aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LCSSA/unreachable-use.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LCSSA/unreachable-use.ll')
-rw-r--r--test/Transforms/LCSSA/unreachable-use.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/LCSSA/unreachable-use.ll b/test/Transforms/LCSSA/unreachable-use.ll
index 2ea7aeb..c9e456c 100644
--- a/test/Transforms/LCSSA/unreachable-use.ll
+++ b/test/Transforms/LCSSA/unreachable-use.ll
@@ -4,7 +4,7 @@
; LCSSA doesn't need to transform uses in blocks not reachable
; from the entry block.
-; CHECK: %tmp33 = load i1** %tmp
+; CHECK: %tmp33 = load i1*, i1** %tmp
define fastcc void @dfs() nounwind {
bb:
@@ -21,7 +21,7 @@ bb15:
br label %bb44
bb32:
- %tmp33 = load i1** %tmp, align 8
+ %tmp33 = load i1*, i1** %tmp, align 8
br label %bb45
bb45: