commit | 9670eecf33dbe09f0e5edc1f4ce4e56f7ae2cf10 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jul 29 17:11:37 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jul 29 17:11:37 2004 +0000 |
tree | 39062cb6656434f30b0b3a08673c855ef7069c04 | |
parent | d8e1eea678833cc2b15e4ea69a5a403ba9c3b013 [diff] [blame] |
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
diff --git a/lib/CodeGen/InstrSched/SchedGraph.cpp b/lib/CodeGen/InstrSched/SchedGraph.cpp index 2c7a123..4913c2b 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"