Eliminate tabs and trailing spaces

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen
2005-04-23 21:26:11 +00:00
parent cc1f24585e
commit b02fbfc485
25 changed files with 1088 additions and 1089 deletions
+2 -2
View File
@@ -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 setlt(int X, int Y) {
_Bool setgt(int X, int Y) {
return X > Y;
}