commit | ad65348ad547f41c654d8df74fd6a678c3b42a74 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jan 22 22:09:00 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jan 22 22:09:00 2010 +0000 |
tree | 9ddf66fe1c6bb974b1c85ad732063661e0ed4fbf | |
parent | 052348ee1a841a7ba39d49ccb39b66903908f7e3 [diff] [blame] |
inline away the trivial AsmPrinter::EOL() method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94230 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfPrinter.h b/lib/CodeGen/AsmPrinter/DwarfPrinter.h index 68f1ca7..e3a6f47 100644 --- a/lib/CodeGen/AsmPrinter/DwarfPrinter.h +++ b/lib/CodeGen/AsmPrinter/DwarfPrinter.h
@@ -17,7 +17,7 @@ #include "DwarfLabel.h" #include "llvm/CodeGen/MachineLocation.h" #include "llvm/Support/Compiler.h" -#include "llvm/Support/raw_ostream.h" +#include "llvm/Support/FormattedStream.h" #include <vector> namespace llvm {