[PATCH] [MIPS] fix extension of integer types (function calls)

Daniel Sanders daniel.sanders at imgtec.com
Fri May 22 01:58:50 PDT 2015


LGTM with a spelling nit in the new comment


REPOSITORY
  rL LLVM

================
Comment at: lib/CodeGen/TargetInfo.cpp:5857
@@ +5856,3 @@
+  
+  // MIPS64 ABI requiers unsigned 32 bit integeres to be sign extended.
+  if(Ty->isUnsignedIntegerOrEnumerationType() && TySize == 32)
----------------
Nit: Spelling of 'integers'

http://reviews.llvm.org/D9198

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list