[llvm-commits] CVS: llvm/utils/TableGen/IntrinsicEmitter.cpp
Reid Spencer
reid at x10sys.com
Mon Mar 13 22:00:04 PST 2006
Changes in directory llvm/utils/TableGen:
IntrinsicEmitter.cpp updated: 1.8 -> 1.9
---
Log message:
Add a newline at the end to avoid gcc warnings.
---
Diffs of the changes: (+1 -1)
IntrinsicEmitter.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/TableGen/IntrinsicEmitter.cpp
diff -u llvm/utils/TableGen/IntrinsicEmitter.cpp:1.8 llvm/utils/TableGen/IntrinsicEmitter.cpp:1.9
--- llvm/utils/TableGen/IntrinsicEmitter.cpp:1.8 Mon Mar 13 17:08:44 2006
+++ llvm/utils/TableGen/IntrinsicEmitter.cpp Mon Mar 13 23:59:52 2006
@@ -252,4 +252,4 @@
}
OS << " }\n";
OS << "#endif\n\n";
-}
\ No newline at end of file
+}
More information about the llvm-commits
mailing list