summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/unconditional-branch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/unconditional-branch.ll')
-rw-r--r--llvm/test/DebugInfo/unconditional-branch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/unconditional-branch.ll b/llvm/test/DebugInfo/unconditional-branch.ll
index c82f1bab10b..87654e7ae9e 100644
--- a/llvm/test/DebugInfo/unconditional-branch.ll
+++ b/llvm/test/DebugInfo/unconditional-branch.ll
@@ -23,7 +23,7 @@ entry:
%i.addr = alloca i32, align 4
store i32 %i, i32* %i.addr, align 4
call void @llvm.dbg.declare(metadata i32* %i.addr, metadata !12, metadata !{!"0x102"}), !dbg !13
- %0 = load i32* %i.addr, align 4, !dbg !14
+ %0 = load i32, i32* %i.addr, align 4, !dbg !14
switch i32 %0, label %sw.default [
], !dbg !14
OpenPOWER on IntegriCloud