mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
Fix this test case to match output after a bug was fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35359 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a9b8101333
commit
21e289b5c2
@ -1,5 +1,6 @@
|
||||
; PR1271
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 'br i1 %1'
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
|
||||
; RUN: grep 'icmp eq i32 .tmp.*, 2146435072'
|
||||
%struct..0anon = type { i32, i32 }
|
||||
%struct..1anon = type { double }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user