summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/ifcvt3.ll
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-04-23 13:41:59 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-04-23 13:41:59 +0000
commit0be238cebd882fb5b3173a75635fe6c4b4597183 (patch)
treea143ae9bb2556262b28f5409d35e3a0f39eee4e1 /llvm/test/CodeGen/ARM/ifcvt3.ll
parent6621cb7478f02fd146eb26d2b0a3adadbc09596e (diff)
downloadbcm5719-llvm-0be238cebd882fb5b3173a75635fe6c4b4597183.tar.gz
bcm5719-llvm-0be238cebd882fb5b3173a75635fe6c4b4597183.zip
Revert r235560; this commit was causing several failed assertions in Debug builds using MSVC's STL. The iterator is being used outside of its valid range.
llvm-svn: 235597
Diffstat (limited to 'llvm/test/CodeGen/ARM/ifcvt3.ll')
-rw-r--r--llvm/test/CodeGen/ARM/ifcvt3.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/ifcvt3.ll b/llvm/test/CodeGen/ARM/ifcvt3.ll
index e53d989ad52..5da63dc5f02 100644
--- a/llvm/test/CodeGen/ARM/ifcvt3.ll
+++ b/llvm/test/CodeGen/ARM/ifcvt3.ll
@@ -4,8 +4,8 @@
define i32 @t1(i32 %a, i32 %b, i32 %c, i32 %d) {
; CHECK-LABEL: t1:
-; CHECK: cmp r2, #7
-; CHECK: cmpne r2, #1
+; CHECK: cmp r2, #1
+; CHECK: cmpne r2, #7
switch i32 %c, label %cond_next [
i32 1, label %cond_true
i32 7, label %cond_true
OpenPOWER on IntegriCloud