diff options
| author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-04-23 21:26:11 +0000 |
|---|---|---|
| committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-04-23 21:26:11 +0000 |
| commit | 8047f13a888189189f1efde5509462b80a967bd1 (patch) | |
| tree | 17dc0d36ea93930a67bfc7915a184b7ebb6c0ff6 /llvm/test/Regression/CodeGen | |
| parent | 4bbf66b7a27e5ed5c3bb563cd1d0dd28ca6201c2 (diff) | |
| download | bcm5719-llvm-8047f13a888189189f1efde5509462b80a967bd1.tar.gz bcm5719-llvm-8047f13a888189189f1efde5509462b80a967bd1.zip | |
Eliminate tabs and trailing spaces
llvm-svn: 21479
Diffstat (limited to 'llvm/test/Regression/CodeGen')
| -rw-r--r-- | llvm/test/Regression/CodeGen/Generic/BasicInstrs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/CodeGen/Generic/BasicInstrs.c b/llvm/test/Regression/CodeGen/Generic/BasicInstrs.c index 9a378b996a0..141d32bbc09 100644 --- a/llvm/test/Regression/CodeGen/Generic/BasicInstrs.c +++ b/llvm/test/Regression/CodeGen/Generic/BasicInstrs.c @@ -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; } - + |

