aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalDCE/indirectbr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GlobalDCE/indirectbr.ll')
-rw-r--r--test/Transforms/GlobalDCE/indirectbr.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/GlobalDCE/indirectbr.ll b/test/Transforms/GlobalDCE/indirectbr.ll
index 90f1ae4..5671aea 100644
--- a/test/Transforms/GlobalDCE/indirectbr.ll
+++ b/test/Transforms/GlobalDCE/indirectbr.ll
@@ -9,8 +9,8 @@ entry:
br label %L1
L1:
- %arrayidx = getelementptr inbounds [3 x i8*]* @L, i32 0, i32 %idx
- %l = load i8** %arrayidx
+ %arrayidx = getelementptr inbounds [3 x i8*], [3 x i8*]* @L, i32 0, i32 %idx
+ %l = load i8*, i8** %arrayidx
indirectbr i8* %l, [label %L1, label %L2]
L2: