summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/unreachable-blocks.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/unreachable-blocks.ll')
-rw-r--r--llvm/test/Transforms/SimplifyCFG/unreachable-blocks.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/unreachable-blocks.ll b/llvm/test/Transforms/SimplifyCFG/unreachable-blocks.ll
index 0aaafec604a..87a64ad47c6 100644
--- a/llvm/test/Transforms/SimplifyCFG/unreachable-blocks.ll
+++ b/llvm/test/Transforms/SimplifyCFG/unreachable-blocks.ll
@@ -15,7 +15,7 @@ while_block: ; preds = %and_if_cont2, %and_
br i1 %test, label %and_if1, label %and_if_cont2
and_if1: ; preds = %while_block
- %char = load i8* %newptr
+ %char = load i8, i8* %newptr
%test2 = icmp ule i8 %char, 32
br label %and_if_cont2
OpenPOWER on IntegriCloud