1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Eliminate some Tclisms.

llvm-svn: 81081
This commit is contained in:
Daniel Dunbar 2009-09-05 11:34:46 +00:00
parent 8e70ffa886
commit 214f0db25c
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: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %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. ; 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} ; RUN: not grep {i32 0}
define i32 @test1() { define i32 @test1() {