summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-10-01 01:15:28 +0000
committerDevang Patel <dpatel@apple.com>2009-10-01 01:15:28 +0000
commit34986f12e6751c927775501bf4ab90d920160ec8 (patch)
tree1dc54e4a6e21d7a07d0d8aafaf59044e5be253e8 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
parent4dbca6dfd4d76d070c7d43337e74c8d532c5ac53 (diff)
downloadbcm5719-llvm-34986f12e6751c927775501bf4ab90d920160ec8.tar.gz
bcm5719-llvm-34986f12e6751c927775501bf4ab90d920160ec8.zip
Add another MDNode into DebugLocTuple. This will be used to keep track of inlined functions.
llvm-svn: 83190
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 484ce94ffcd..7e834737f01 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -60,7 +60,7 @@ AsmPrinter::AsmPrinter(formatted_raw_ostream &o, TargetMachine &tm,
OutStreamer(*createAsmStreamer(OutContext, O, *T, 0)),
LastMI(0), LastFn(0), Counter(~0U),
- PrevDLT(0, ~0U, ~0U) {
+ PrevDLT(0, 0, ~0U, ~0U) {
DW = 0; MMI = 0;
switch (AsmVerbose) {
case cl::BOU_UNSET: VerboseAsm = VDef; break;
OpenPOWER on IntegriCloud