summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/zextfree.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/zextfree.ll')
-rw-r--r--test/CodeGen/XCore/zextfree.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/zextfree.ll b/test/CodeGen/XCore/zextfree.ll
index 48dce88..d1e2b7f 100644
--- a/test/CodeGen/XCore/zextfree.ll
+++ b/test/CodeGen/XCore/zextfree.ll
@@ -4,7 +4,7 @@
; CHECK-NOT: zext
define void @test(i8* %s1) {
entry:
- %u8 = load i8* %s1, align 1
+ %u8 = load i8, i8* %s1, align 1
%bool = icmp eq i8 %u8, 0
br label %BB1
BB1: