projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811828a
)
[openacc] Add missing newline at end of file
author
clementval
<clementval@gmail.com>
Tue, 28 Jul 2020 19:26:27 +0000
(15:26 -0400)
committer
clementval
<clementval@gmail.com>
Tue, 28 Jul 2020 19:26:27 +0000
(15:26 -0400)
llvm/include/llvm/Frontend/OpenACC/ACC.td
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Frontend/OpenACC/ACC.td
b/llvm/include/llvm/Frontend/OpenACC/ACC.td
index
e96b7e8
..
4dbf4bb
100644
(file)
--- a/
llvm/include/llvm/Frontend/OpenACC/ACC.td
+++ b/
llvm/include/llvm/Frontend/OpenACC/ACC.td
@@
-601,4
+601,4
@@
def ACC_SerialLoop : Directive<"serial loop"> {
def ACC_Unknown : Directive<"unknown"> {
let isDefault = 1;
-}
\ No newline at end of file
+}