Remove trailing whitespace after line continuations in test cases to them work.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 10 Jun 2008 15:07:07 +0000 (15:07 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 10 Jun 2008 15:07:07 +0000 (15:07 +0000)
This fixes two test cases that were not being run properly before.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52179 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/Andersens/modreftest.ll
test/Analysis/Andersens/modreftest2.ll

index b5c60cd79086d3cd6208736d1f477c9ee1af6ca2..70ca29349fd4f2c356c076894db60a020641fabc 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -anders-aa -load-vn -gcse -instcombine | llvm-dis \  
+; RUN: llvm-as < %s | opt -anders-aa -load-vn -gcse -instcombine | llvm-dis \
 ; RUN: | grep {ret i1 true}
 
 @G = internal global i32* null
index 2bb216736760c8f42cf6b0cd2f8569166b9a01c9..0ba91df857a6e3cb50bbf74be7dedcb16b4d6bfb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -anders-aa -gvn | llvm-dis \  
+; RUN: llvm-as < %s | opt -anders-aa -gvn | llvm-dis \
 ; RUN: | not grep {ret i32 undef}
 
 ;; From PR 2160