From 1777ae7a056181c306de420c0dc13622703ba002 Mon Sep 17 00:00:00 2001 From: James Molloy Date: Wed, 11 Feb 2015 12:24:09 +0000 Subject: [PATCH] Make buildbots better. This testcase change was associated incorrectly to a followup commit in my git tree, not the base commit. Sorry! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228827 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Thumb2/ifcvt-neon.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/CodeGen/Thumb2/ifcvt-neon.ll b/test/CodeGen/Thumb2/ifcvt-neon.ll index 501b0b6a007..00f3399127c 100644 --- a/test/CodeGen/Thumb2/ifcvt-neon.ll +++ b/test/CodeGen/Thumb2/ifcvt-neon.ll @@ -12,9 +12,9 @@ entry: br i1 %0, label %bb, label %bb1 bb: ; preds = %entry -; CHECK: ite lt -; CHECK: vsublt.f32 -; CHECK-NEXT: vaddge.f32 +; CHECK: vsub.f32 +; CHECK-NEXT: vadd.f32 +; CHECK: it gt %3 = fadd float %1, %2 ; [#uses=1] br label %bb2 -- 2.34.1