projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b693fb
)
Fix broken #endif
author
Chris Lattner
<sabre@nondot.org>
Sat, 13 Oct 2001 06:31:00 +0000
(06:31 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 13 Oct 2001 06:31:00 +0000
(06:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@749
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Optimizations/Normalize.h
patch
|
blob
|
history
diff --git
a/include/llvm/Optimizations/Normalize.h
b/include/llvm/Optimizations/Normalize.h
index 3a55d9d79f85cb794c987a95b6cef433510e0f8d..aaf4a2d801e2e92e30421325a29376ea7521dd05 100644
(file)
--- a/
include/llvm/Optimizations/Normalize.h
+++ b/
include/llvm/Optimizations/Normalize.h
@@
-16,4
+16,4
@@
class Method;
//
void NormalizePhiConstantArgs(Method *M);
-#endif
LLVM_OPT_NORMALIZE_H
+#endif
/*LLVM_OPT_NORMALIZE_H*/