diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-03-23 19:32:43 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-03-23 19:32:43 +0000 |
commit | 799003bf8c4e9637091c1e16b214d065d15958e6 (patch) | |
tree | 9b537fe2d4a3deb4f4a4f649a29d0ee221f0fca3 /llvm/lib/CodeGen/MachineCSE.cpp | |
parent | c54920a123fd3049bdbaa5413c0d5d7e593a4668 (diff) | |
download | bcm5719-llvm-799003bf8c4e9637091c1e16b214d065d15958e6.tar.gz bcm5719-llvm-799003bf8c4e9637091c1e16b214d065d15958e6.zip |
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
llvm-svn: 232998
Diffstat (limited to 'llvm/lib/CodeGen/MachineCSE.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCSE.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineCSE.cpp b/llvm/lib/CodeGen/MachineCSE.cpp index 21b9c5aa063..f72d72a2e87 100644 --- a/llvm/lib/CodeGen/MachineCSE.cpp +++ b/llvm/lib/CodeGen/MachineCSE.cpp @@ -24,6 +24,7 @@ #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/Support/Debug.h" #include "llvm/Support/RecyclingAllocator.h" +#include "llvm/Support/raw_ostream.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetSubtargetInfo.h" using namespace llvm; |