[PATCH] [mips] For N32/N64,	structs must be passed in the upper bits of a register.
    Vladimir Medic 
    Vladimir.Medic at imgtec.com
       
    Fri Oct 24 04:40:22 PDT 2014
    
    
  
One line exceeds character limit, other then that LGTM.
================
Comment at: lib/Target/Mips/MipsCallingConv.td:142
@@ -141,3 +141,3 @@
   CCIfSubtargetNot<"isLittle()",
-      CCIfType<[i8, i16, i32], CCIfInReg<CCPromoteToUpperBitsInType<i64>>>>,
+      CCIfType<[i8, i16, i32, i64], CCIfInReg<CCPromoteToUpperBitsInType<i64>>>>,
 
----------------
Exceeds 80 character limit.
http://reviews.llvm.org/D5963
    
    
More information about the llvm-commits
mailing list