diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-22 23:47:11 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-22 23:47:11 +0000 |
| commit | faca5497a26672669934abbcf23894ce93408c10 (patch) | |
| tree | 5c88b9f68bfa749cc6ff3cbb89f1f0d78c69a74f /include/llvm/CodeGen | |
| parent | f537ce17522df35b9879e1d178ab963c41dab825 (diff) | |
move "EOL" from asmprinter to dwarfprinter. It should eventually
be completely eliminated, but today is not that day.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94253 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
| -rw-r--r-- | include/llvm/CodeGen/AsmPrinter.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 7dc89d228f..305d246298 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -249,10 +249,6 @@ namespace llvm { // Emission and print routines // - /// EOL - Print a newline character to asm stream. If a comment is present - /// then it will be printed first. Comments should not contain '\n'. - void EOL(const Twine &Comment) const; - /// EmitInt8 - Emit a byte directive and value. /// void EmitInt8(int Value) const; |
