diff options
Diffstat (limited to 'test/Transforms/LowerSwitch/2014-06-10-SwitchContiguousOpt.ll')
-rw-r--r-- | test/Transforms/LowerSwitch/2014-06-10-SwitchContiguousOpt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LowerSwitch/2014-06-10-SwitchContiguousOpt.ll b/test/Transforms/LowerSwitch/2014-06-10-SwitchContiguousOpt.ll index 3673c04..22173b4 100644 --- a/test/Transforms/LowerSwitch/2014-06-10-SwitchContiguousOpt.ll +++ b/test/Transforms/LowerSwitch/2014-06-10-SwitchContiguousOpt.ll @@ -6,7 +6,7 @@ entry: %retval = alloca i32, align 4 %a.addr = alloca i32, align 4 store i32 %a, i32* %a.addr, align 4 - %0 = load i32* %a.addr, align 4 + %0 = load i32, i32* %a.addr, align 4 switch i32 %0, label %sw.default [ i32 0, label %sw.bb i32 1, label %sw.bb1 |