diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-22 21:50:41 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-22 21:50:41 +0000 |
| commit | 523a508576ee2c31ba58de1ca2fb7ffeebcc4a0b (patch) | |
| tree | 824e75274935deabc3727e30ad5f404929fe1dc7 /include/llvm/CodeGen | |
| parent | 88ad3de7138a259d017933aea56f129d1ea335da (diff) | |
change this to be a static function instead of a method on asmprinter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94227 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
| -rw-r--r-- | include/llvm/CodeGen/AsmPrinter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 349d4dffdd..3363564a9f 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -336,8 +336,6 @@ namespace llvm { /// EmitComments - Pretty-print comments for instructions void EmitComments(const MachineInstr &MI) const; - /// EmitComments - Pretty-print comments for basic blocks - void EmitComments(const MachineBasicBlock &MBB) const; /// GetGlobalValueSymbol - Return the MCSymbol for the specified global /// value. |
