[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/BasicInstrs.c
Jeff Cohen
jeffc at jolt-lang.org
Sat Apr 23 14:26:24 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/Generic:
BasicInstrs.c updated: 1.3 -> 1.4
---
Log message:
Eliminate tabs and trailing spaces
---
Diffs of the changes: (+2 -2)
BasicInstrs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/Generic/BasicInstrs.c
diff -u llvm/test/Regression/CodeGen/Generic/BasicInstrs.c:1.3 llvm/test/Regression/CodeGen/Generic/BasicInstrs.c:1.4
--- llvm/test/Regression/CodeGen/Generic/BasicInstrs.c:1.3 Sat Nov 6 18:33:14 2004
+++ llvm/test/Regression/CodeGen/Generic/BasicInstrs.c Sat Apr 23 16:26:11 2005
@@ -1,4 +1,4 @@
-// This file can be used to see what a native C compiler is generating for a
+// This file can be used to see what a native C compiler is generating for a
// variety of interesting operations.
//
// RUN: %llvmgcc -c %s -o - | llc
@@ -23,4 +23,4 @@
_Bool setgt(int X, int Y) {
return X > Y;
}
-
+
More information about the llvm-commits
mailing list