[MIPS] Fix justify error for small structures
[oota-llvm.git] / lib / Target / Mips / MipsCallingConv.td
index abee1851ca2a6068258f34bd76dec17a02275ef4..dcd88f25d25c8fc2916eb12a1efc922ac6f98ecf 100644 (file)
@@ -123,7 +123,7 @@ def CC_MipsN_SoftFloat : CallingConv<[
 ]>;
 
 def CC_MipsN : CallingConv<[
-  CCIfType<[i8, i16, i32],
+  CCIfType<[i8, i16, i32, i64],
       CCIfSubtargetNot<"isLittle()",
           CCIfInReg<CCPromoteToUpperBitsInType<i64>>>>,