[llvm-commits] [llvm] r138067 - /llvm/trunk/utils/TableGen/CodeGenInstruction.cpp
Jim Grosbach
grosbach at apple.com
Fri Aug 19 12:53:51 PDT 2011
Author: grosbach
Date: Fri Aug 19 14:53:51 2011
New Revision: 138067
URL: http://llvm.org/viewvc/llvm-project?rev=138067&view=rev
Log:
Tidy up. Formatting.
Modified:
llvm/trunk/utils/TableGen/CodeGenInstruction.cpp
Modified: llvm/trunk/utils/TableGen/CodeGenInstruction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CodeGenInstruction.cpp?rev=138067&r1=138066&r2=138067&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CodeGenInstruction.cpp (original)
+++ llvm/trunk/utils/TableGen/CodeGenInstruction.cpp Fri Aug 19 14:53:51 2011
@@ -432,8 +432,8 @@
if (!T.getRegisterClass(InstOpRec)
.contains(T.getRegBank().getReg(ADI->getDef())))
- throw TGError(Loc, "fixed register " +ADI->getDef()->getName()
- + " is not a member of the " + InstOpRec->getName() +
+ throw TGError(Loc, "fixed register " + ADI->getDef()->getName() +
+ " is not a member of the " + InstOpRec->getName() +
" register class!");
if (!Result->getArgName(AliasOpNo).empty())
More information about the llvm-commits
mailing list