summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/AsmWriter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-24 00:40:17 +0000
committerChris Lattner <sabre@nondot.org>2006-01-24 00:40:17 +0000
commit3acaf5cb1162f06eb9e3af44254f69f1066d46b3 (patch)
tree2b31d8e608a8a6a7350c29f68b059d9f8b729c56 /llvm/lib/VMCore/AsmWriter.cpp
parenta1280ad4d973ab4fb76f452fb6688d8cd974d28b (diff)
downloadbcm5719-llvm-3acaf5cb1162f06eb9e3af44254f69f1066d46b3.tar.gz
bcm5719-llvm-3acaf5cb1162f06eb9e3af44254f69f1066d46b3.zip
syntax change
llvm-svn: 25567
Diffstat (limited to 'llvm/lib/VMCore/AsmWriter.cpp')
-rw-r--r--llvm/lib/VMCore/AsmWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp
index 43ecd3258a9..d66497aed6a 100644
--- a/llvm/lib/VMCore/AsmWriter.cpp
+++ b/llvm/lib/VMCore/AsmWriter.cpp
@@ -776,7 +776,7 @@ void AssemblyWriter::printModule(const Module *M) {
Out << "target triple = \"" << M->getTargetTriple() << "\"\n";
if (!M->getInlineAsm().empty()) {
- Out << "asm \"";
+ Out << "module asm \"";
PrintEscapedString(M->getInlineAsm(), Out);
Out << "\"\n";
}
OpenPOWER on IntegriCloud