aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-08 21:52:30 +0000
committerChris Lattner <sabre@nondot.org>2004-02-08 21:52:30 +0000
commita306d3720a7a77141b2d4761a16be5ae7412a82d (patch)
treece1877c708587d228b0f2ed2c86e4f54e37e65c6
parentf37a4268d86754a9ae3b32810268bc8762deb12d (diff)
downloadexternal_llvm-a306d3720a7a77141b2d4761a16be5ae7412a82d.zip
external_llvm-a306d3720a7a77141b2d4761a16be5ae7412a82d.tar.gz
external_llvm-a306d3720a7a77141b2d4761a16be5ae7412a82d.tar.bz2
vi failed me again. :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11206 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/VMCore/AsmWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/AsmWriter.cpp b/lib/VMCore/AsmWriter.cpp
index 4879191..32cc4c7 100644
--- 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)) {