mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
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:
parent
ee3d6fd219
commit
31dc49d5ab
@ -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…
x
Reference in New Issue
Block a user