Mips fast-isel - handle functions which return i8 or i6 .
[oota-llvm.git] / test / CodeGen / Mips / mips64directive.ll
index c4ba5340e392aa2fa63ef86480069045087b5b1a..b1052f77f5a87aea73adc1ec2696089a3d0a7085 100644 (file)
@@ -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
 }