diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll b/llvm/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll index 32d350e9c8b..60379984fab 100644 --- a/llvm/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll +++ b/llvm/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll @@ -11,7 +11,7 @@ define i32 @test(i32 %x) { entry: %0 = tail call signext i16 undef(i32* undef) - switch i32 undef, label %bb3 [ + switch i32 %x, label %bb3 [ i32 0, label %bb4 i32 1, label %bb1 i32 2, label %bb2 |

