summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-04 18:18:51 +0000
committerChris Lattner <sabre@nondot.org>2010-04-04 18:18:51 +0000
commit285199502b08d7d2ac5f37ce5f94cb5e68cec197 (patch)
tree11900646f4103a1ded2eafa2cc2a910a80479289 /include/llvm/CodeGen/AsmPrinter.h
parentdfa107e45ac6a145c03376ecc0530d8ece358238 (diff)
downloadllvm-285199502b08d7d2ac5f37ce5f94cb5e68cec197.tar.gz
llvm-285199502b08d7d2ac5f37ce5f94cb5e68cec197.tar.bz2
llvm-285199502b08d7d2ac5f37ce5f94cb5e68cec197.tar.xz
inline processDebugLoc and simplify it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 89917f28a6..3ac229fe38 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -339,11 +339,7 @@ namespace llvm {
/// EmitInlineAsm - Emit a blob of inline asm to the output streamer.
void EmitInlineAsm(StringRef Str) const;
- /// processDebugLoc - Processes the debug information of each machine
- /// instruction's DebugLoc.
- void processDebugLoc(const MachineInstr *MI, bool BeforePrintingInsn);
-
- /// EmitInlineAsm - This method formats and emits the specified machine
+ /// EmitInlineAsm - This method formats and emits the specified machine
/// instruction that is an inline asm.
void EmitInlineAsm(const MachineInstr *MI) const;