aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/MSP430/memset.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MSP430/memset.ll')
-rw-r--r--test/CodeGen/MSP430/memset.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/memset.ll b/test/CodeGen/MSP430/memset.ll
index bf10544..76cfb29 100644
--- a/test/CodeGen/MSP430/memset.ll
+++ b/test/CodeGen/MSP430/memset.ll
@@ -8,7 +8,7 @@ target triple = "msp430---elf"
define void @test() nounwind {
entry:
; CHECK-LABEL: test:
- %0 = load i8** @buf, align 2
+ %0 = load i8*, i8** @buf, align 2
; CHECK: mov.w &buf, r15
; CHECK-NEXT: mov.w #5, r14
; CHECK-NEXT: mov.w #128, r13