projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8638692
)
Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointing out...
author
Lang Hames
<lhames@gmail.com>
Wed, 8 Dec 2010 22:15:32 +0000
(22:15 +0000)
committer
Lang Hames
<lhames@gmail.com>
Wed, 8 Dec 2010 22:15:32 +0000
(22:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121292
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/RegAllocPBQP.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/RegAllocPBQP.h
b/include/llvm/CodeGen/RegAllocPBQP.h
index 008a7b3bf3b57079460ec9babdf87801a2ab7550..7e8745eddef8269f299cd0f99c43831d21265a1c 100644
(file)
--- a/
include/llvm/CodeGen/RegAllocPBQP.h
+++ b/
include/llvm/CodeGen/RegAllocPBQP.h
@@
-22,10
+22,11
@@
#include "llvm/CodeGen/PBQP/Solution.h"
#include <map>
+#include <set>
namespace llvm {
- class LiveInterval;
+ class LiveInterval
s
;
class MachineFunction;
class MachineLoopInfo;