80 columns of Mips InstPrinter Makefile
[oota-llvm.git] / lib / Target / Mips / MipsTargetObjectFile.cpp
index cf5d1b58addd73ac4fab5e1a66323deaec573c72..04dc60aa6b45734f167006a39e2ecd8150c75134 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsTargetObjectFile.cpp - Mips object files ----------------------===//
+//===-- MipsTargetObjectFile.cpp - Mips Object Files ----------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -79,7 +79,7 @@ IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
   if (Kind.isMergeable1ByteCString())
     return false;
 
-  const Type *Ty = GV->getType()->getElementType();
+  Type *Ty = GV->getType()->getElementType();
   return IsInSmallSection(TM.getTargetData()->getTypeAllocSize(Ty));
 }