Eliminate some Tclisms.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 5 Sep 2009 11:34:46 +0000 (11:34 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 5 Sep 2009 11:34:46 +0000 (11:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81081 91177308-0d34-0410-b5e6-96231b3b80d8

test/Integer/varargs_bt.ll
test/Transforms/ConstProp/2002-05-03-NotOperator.ll

index e740fd36b47e188b94ac5370a751bb88a3b21304..25ad58ad79345d04328e8cb9fabb2dae3aeab511 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
+; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll
 
index 7a281aa04b67e837c3c452b789050fa5cb916170..b59f085bb000dac0f19354d8dad70e15d1be3033 100644 (file)
@@ -4,7 +4,7 @@
 
 ; Fix #2: The unary not instruction now no longer exists. Change to xor.
 
-; RUN: llvm-as < $test | opt -constprop | llvm-dis | \
+; RUN: llvm-as < %s | opt -constprop | llvm-dis | \
 ; RUN:   not grep {i32 0}
 
 define i32 @test1() {