Rename PaddedSize to AllocSize, in the hope that this
[oota-llvm.git] / utils / TableGen / CallingConvEmitter.cpp
index 211ded4d9d109e2a214b4a2c5272839a917295b0..c1f87014335f733534b792aa09195bfeca307b12 100644 (file)
@@ -163,7 +163,7 @@ void CallingConvEmitter::EmitAction(Record *Action,
         O << Size << ", ";
       else
         O << "\n" << IndentStr << "  State.getTarget().getTargetData()"
-          "->getTypePaddedSize(LocVT.getTypeForMVT()), ";
+          "->getTypeAllocSize(LocVT.getTypeForMVT()), ";
       if (Align)
         O << Align;
       else