From 8047f13a888189189f1efde5509462b80a967bd1 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sat, 23 Apr 2005 21:26:11 +0000 Subject: Eliminate tabs and trailing spaces llvm-svn: 21479 --- llvm/test/Regression/CodeGen/Generic/BasicInstrs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/Regression/CodeGen') 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; } - + -- cgit v1.2.3