Tidy up. Formatting.
authorJim Grosbach <grosbach@apple.com>
Fri, 19 Aug 2011 19:53:51 +0000 (19:53 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 19 Aug 2011 19:53:51 +0000 (19:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138067 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenInstruction.cpp

index 86a377b7a8ac6105d3d5be46137e61ce1c82a41b..751326c8ad2897018e4e3a3b9fd1dd0fd6d2339a 100644 (file)
@@ -432,8 +432,8 @@ bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
 
     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())