mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Really fix the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | not grep movaps
|
; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | not grep movaps
|
||||||
; PR1501
|
; PR1501
|
||||||
|
|
||||||
efine float @foo(i32* %x, float* %y, i32 %c) nounwind {
|
define float @foo(i32* %x, float* %y, i32 %c) nounwind {
|
||||||
entry:
|
entry:
|
||||||
%tmp2132 = icmp eq i32 %c, 0 ; <i1> [#uses=2]
|
%tmp2132 = icmp eq i32 %c, 0 ; <i1> [#uses=2]
|
||||||
br i1 %tmp2132, label %bb23, label %bb.preheader
|
br i1 %tmp2132, label %bb23, label %bb.preheader
|
||||||
|
Reference in New Issue
Block a user