mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Fix to not give false positives.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35895 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a9297b1a09
commit
03703f0817
@ -1,4 +1,5 @@
|
|||||||
; RUN: llvm-as < %s | llvm-dis | not grep bitcast
|
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null &&
|
||||||
|
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep bitcast
|
||||||
|
|
||||||
int %test1() {
|
int %test1() {
|
||||||
ret int bitcast(float 3.7 to int)
|
ret int bitcast(float 3.7 to int)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user