From dc020f9c3c6ff10128bdf0693a0880c4bb7c019d Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 12 Jan 2009 20:38:59 +0000 Subject: Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. llvm-svn: 62099 --- llvm/utils/TableGen/CallingConvEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/utils/TableGen/CallingConvEmitter.cpp') diff --git a/llvm/utils/TableGen/CallingConvEmitter.cpp b/llvm/utils/TableGen/CallingConvEmitter.cpp index befad6fcea3..a9829851d71 100644 --- a/llvm/utils/TableGen/CallingConvEmitter.cpp +++ b/llvm/utils/TableGen/CallingConvEmitter.cpp @@ -163,7 +163,7 @@ void CallingConvEmitter::EmitAction(Record *Action, O << Size << ", "; else O << "\n" << IndentStr << " State.getTarget().getTargetData()" - "->getABITypeSize(LocVT.getTypeForMVT()), "; + "->getTypePaddedSize(LocVT.getTypeForMVT()), "; if (Align) O << Align; else -- cgit v1.2.3