OSDN Git Service

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 e740fd3..25ad58a 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 7a281aa..b59f085 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() {