Reformat.
[oota-llvm.git] / lib / Target / SystemZ / SystemZTargetTransformInfo.h
index c74c73b10f4aa721853411d07a6a9300a02ae32f..9ae736d8413a2f3892373344d693e6e6647b5bed 100644 (file)
@@ -28,7 +28,7 @@ class SystemZTTIImpl : public BasicTTIImplBase<SystemZTTIImpl> {
   const SystemZTargetLowering *getTLI() const { return TLI; }
 
 public:
-  explicit SystemZTTIImpl(const SystemZTargetMachine *TM, Function &F)
+  explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F)
       : BaseT(TM, F.getParent()->getDataLayout()), ST(TM->getSubtargetImpl(F)),
         TLI(ST->getTargetLowering()) {}