diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-29 17:11:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-29 17:11:37 +0000 |
commit | 9670eecf33dbe09f0e5edc1f4ce4e56f7ae2cf10 (patch) | |
tree | 39062cb6656434f30b0b3a08673c855ef7069c04 /lib/CodeGen/InstrSched/SchedGraph.cpp | |
parent | d8e1eea678833cc2b15e4ea69a5a403ba9c3b013 (diff) |
Fix #includes of i*.h => Instructions.h as per PR403:
http://llvm.cs.uiuc.edu/PR403 .
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15331 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedGraph.cpp')
-rw-r--r-- | lib/CodeGen/InstrSched/SchedGraph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.cpp b/lib/CodeGen/InstrSched/SchedGraph.cpp index 2c7a123c43..4913c2bfd4 100644 --- a/lib/CodeGen/InstrSched/SchedGraph.cpp +++ b/lib/CodeGen/InstrSched/SchedGraph.cpp @@ -15,7 +15,7 @@ #include "SchedGraph.h" #include "llvm/Function.h" -#include "llvm/iOther.h" +#include "llvm/Instructions.h" #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/Target/TargetInstrInfo.h" |