[ARM, AArch64] adjust tests trying to maintain their objective; NFC

A smarter compiler will see that these might be better without a jump table
if we're just using the constant values of the switch.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316012 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjay Patel 2017-10-17 16:54:56 +00:00
parent 0d8a696ceb
commit eb90eda86f
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ bb3:
store i32 3, i32* %to
br label %exit
bb4:
store i32 4, i32* %to
store i32 5, i32* %to
br label %exit
exit:
ret void

View File

@ -27,7 +27,7 @@ bb2:
store i32 2, i32* %ptr, align 4
br label %exit
bb3:
store i32 3, i32* %ptr, align 4
store i32 4, i32* %ptr, align 4
br label %exit
exit:
ret void