diff options
| author | James Molloy <james.molloy@arm.com> | 2015-02-11 12:24:09 +0000 |
|---|---|---|
| committer | James Molloy <james.molloy@arm.com> | 2015-02-11 12:24:09 +0000 |
| commit | 99f06df8acbcf806d6bce27e20898c887ec5e283 (patch) | |
| tree | 43740234703d82072e789092d2ce15abf7bde389 /llvm/test/CodeGen/Thumb2 | |
| parent | 7c336576a5b90e6f6f041f521d37f780744057ce (diff) | |
| download | bcm5719-llvm-99f06df8acbcf806d6bce27e20898c887ec5e283.tar.gz bcm5719-llvm-99f06df8acbcf806d6bce27e20898c887ec5e283.zip | |
Make buildbots better.
This testcase change was associated incorrectly to a followup commit in my git tree, not the base commit. Sorry!
llvm-svn: 228827
Diffstat (limited to 'llvm/test/CodeGen/Thumb2')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/ifcvt-neon.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Thumb2/ifcvt-neon.ll b/llvm/test/CodeGen/Thumb2/ifcvt-neon.ll index 501b0b6a007..00f3399127c 100644 --- a/llvm/test/CodeGen/Thumb2/ifcvt-neon.ll +++ b/llvm/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 ; <float> [#uses=1] br label %bb2 |

