Eliminate some Tclisms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81081 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-09-05 11:34:46 +00:00
parent ee3d6fd219
commit 31dc49d5ab
2 changed files with 2 additions and 2 deletions

View 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

View 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() {