aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/mips64directive.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/mips64directive.ll')
-rw-r--r--test/CodeGen/Mips/mips64directive.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/mips64directive.ll b/test/CodeGen/Mips/mips64directive.ll
index c4ba534..b1052f7 100644
--- a/test/CodeGen/Mips/mips64directive.ll
+++ b/test/CodeGen/Mips/mips64directive.ll
@@ -6,7 +6,7 @@
; CHECK: 8byte
define i64 @foo1() nounwind readonly {
entry:
- %0 = load i64* @gl, align 8
+ %0 = load i64, i64* @gl, align 8
ret i64 %0
}