projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f37a426
)
vi failed me again. :)
author
Chris Lattner
<sabre@nondot.org>
Sun, 8 Feb 2004 21:52:30 +0000
(21:52 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 8 Feb 2004 21:52:30 +0000
(21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11206
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/AsmWriter.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/AsmWriter.cpp
b/lib/VMCore/AsmWriter.cpp
index 4879191017932746703b6a86ffab1569a2565dc3..32cc4c72f0c2cf0fbb395fa229ed2398251fd148 100644
(file)
--- a/
lib/VMCore/AsmWriter.cpp
+++ b/
lib/VMCore/AsmWriter.cpp
@@
-894,7
+894,7
@@
void AssemblyWriter::printInstruction(const Instruction &I) {
Out << " )\n\t\t\tto";
writeOperand(II->getNormalDest(), true);
- Out << " unwind;
+ Out << " unwind
"
;
writeOperand(II->getUnwindDest(), true);
} else if (const AllocationInst *AI = dyn_cast<AllocationInst>(&I)) {