summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-19 19:53:51 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-19 19:53:51 +0000
commitf2764c89083183e0e5da800af18b23bc67937734 (patch)
tree1b8d2a1b5612d426e6e125432efae50c69b557d7 /utils
parentb86e2dbf61425b195ac5c281e480d9f4414377af (diff)
downloadllvm-f2764c89083183e0e5da800af18b23bc67937734.tar.gz
llvm-f2764c89083183e0e5da800af18b23bc67937734.tar.bz2
llvm-f2764c89083183e0e5da800af18b23bc67937734.tar.xz
Tidy up. Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/CodeGenInstruction.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/CodeGenInstruction.cpp b/utils/TableGen/CodeGenInstruction.cpp
index 86a377b7a8..751326c8ad 100644
--- a/utils/TableGen/CodeGenInstruction.cpp
+++ b/utils/TableGen/CodeGenInstruction.cpp
@@ -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())