Fix broken #endif
authorChris Lattner <sabre@nondot.org>
Sat, 13 Oct 2001 06:31:00 +0000 (06:31 +0000)
committerChris 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

index 3a55d9d79f85cb794c987a95b6cef433510e0f8d..aaf4a2d801e2e92e30421325a29376ea7521dd05 100644 (file)
@@ -16,4 +16,4 @@ class Method;
 //
 void NormalizePhiConstantArgs(Method *M);
 
-#endif LLVM_OPT_NORMALIZE_H
+#endif /*LLVM_OPT_NORMALIZE_H*/