summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-06 00:58:50 +0000
committerChris Lattner <sabre@nondot.org>2010-04-06 00:58:50 +0000
commit92aba5a81714f0e7415d38478a70a33fa75dec80 (patch)
treeaff7d24bc82590ddb6c993cc50fe773044bf9df2 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
parent59126b2500b81c78768ce132eb43b0af8f6e3bfd (diff)
downloadbcm5719-llvm-92aba5a81714f0e7415d38478a70a33fa75dec80.tar.gz
bcm5719-llvm-92aba5a81714f0e7415d38478a70a33fa75dec80.zip
propagate cookie management out one layer of function calls.
llvm-svn: 100510
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index 425e662e293..c86e2411d30 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -144,7 +144,7 @@ bool AsmPrinter::doInitialization(Module &M) {
if (!M.getModuleInlineAsm().empty()) {
OutStreamer.AddComment("Start of file scope inline assembly");
OutStreamer.AddBlankLine();
- EmitInlineAsm(M.getModuleInlineAsm());
+ EmitInlineAsm(M.getModuleInlineAsm(), 0/*no loc cookie*/);
OutStreamer.AddComment("End of file scope inline assembly");
OutStreamer.AddBlankLine();
}
OpenPOWER on IntegriCloud