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:
parent
8e70ffa886
commit
214f0db25c
@ -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
|
||||
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user