summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenInstruction.cpp
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
commitb527f4498adc1116fb1b38c692703a216afd6299 (patch)
tree41f5be4a486ed087aa7fa76590e5ac5680cd8d04 /llvm/utils/TableGen/CodeGenInstruction.cpp
parent9c92049069b437999ac4f39f4dc03c705e50304e (diff)
downloadbcm5719-llvm-b527f4498adc1116fb1b38c692703a216afd6299.tar.gz
bcm5719-llvm-b527f4498adc1116fb1b38c692703a216afd6299.zip
Tidy up. Formatting.
llvm-svn: 138067
Diffstat (limited to 'llvm/utils/TableGen/CodeGenInstruction.cpp')
-rw-r--r--llvm/utils/TableGen/CodeGenInstruction.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/CodeGenInstruction.cpp b/llvm/utils/TableGen/CodeGenInstruction.cpp
index 86a377b7a8a..751326c8ad2 100644
--- a/llvm/utils/TableGen/CodeGenInstruction.cpp
+++ b/llvm/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())
OpenPOWER on IntegriCloud