commit | 302008dbeae03364ffffc1bcf77d2eb28897d98a | [log] [tgz] |
---|---|---|
author | David Greene <greened@obbligato.org> | Tue Jul 14 20:18:05 2009 +0000 |
committer | David Greene <greened@obbligato.org> | Tue Jul 14 20:18:05 2009 +0000 |
tree | 6cd09f8ff7f7b28b32c364fb6f63f44e85937880 | |
parent | 6e30ad8ce7be319ef4f30bc9163e0b736537f846 [diff] [blame] |
Have asm printers use formatted_raw_ostream directly to avoid a dynamic_cast<>. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75670 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PIC16/PIC16DebugInfo.cpp b/lib/Target/PIC16/PIC16DebugInfo.cpp index 1766fde..56359b3 100644 --- a/lib/Target/PIC16/PIC16DebugInfo.cpp +++ b/lib/Target/PIC16/PIC16DebugInfo.cpp
@@ -16,7 +16,7 @@ #include "llvm/GlobalVariable.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/Support/DebugLoc.h" -#include "llvm/Support/raw_ostream.h" +#include "llvm/Support/FormattedStream.h" using namespace llvm;