mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +00:00
fix this testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34530 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e3d3bc9ee
commit
c8e02e9fbe
@ -1,6 +1,7 @@
|
|||||||
; Tests to make sure elimination of casts is working correctly
|
; Tests to make sure elimination of casts is working correctly
|
||||||
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output &&
|
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output &&
|
||||||
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | not grep '\([sz]ext\)\|\(trunc\)|\(ptrtoint\)'
|
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | notcast
|
||||||
|
; XFAIL: *
|
||||||
|
|
||||||
target pointersize = 32
|
target pointersize = 32
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user