diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:28:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:28:39 +0000 |
commit | 0be79c6c1bc4fca31599f396528511506e3a1378 (patch) | |
tree | 5ca57375c56468e32f8b437fc23241294bfb510d /lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp | |
parent | 67e4132caa08f15973d7e64e7dc04fe81994011e (diff) | |
download | external_llvm-0be79c6c1bc4fca31599f396528511506e3a1378.zip external_llvm-0be79c6c1bc4fca31599f396528511506e3a1378.tar.gz external_llvm-0be79c6c1bc4fca31599f396528511506e3a1378.tar.bz2 |
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp')
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp index 85c55d6..4dcd44f 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp @@ -14,6 +14,7 @@ #include "llvm/Analysis/LoopInfo.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Target/MachineFrameInfo.h" +#include "llvm/Target/MachineInstrInfo.h" #include "llvm/Function.h" #include "llvm/Type.h" #include "llvm/iOther.h" |