[ARM] generate VMAXNM/VMINNM for a compare followed by a select, in safe math mode too
[oota-llvm.git] / test / CodeGen / ARM / ifcvt6.ll
index 232765768550f3a22d2c5a59fc3099e5000e666b..78901930e4b269bb51ba19a7d603274415ddae14 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
+; RUN: llc < %s -mtriple=armv7-apple-ios | FileCheck %s
 
 define void @foo(i32 %X, i32 %Y) {
 entry:
@@ -10,7 +10,7 @@ entry:
        br i1 %tmp7, label %cond_true, label %UnifiedReturnBlock
 
 cond_true:             ; preds = %entry
-       %tmp10 = call i32 (...)* @bar( )                ; <i32> [#uses=0]
+       %tmp10 = call i32 (...) @bar( )         ; <i32> [#uses=0]
        ret void
 
 UnifiedReturnBlock:            ; preds = %entry