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:
dd1e40b
)
Add #include that is no longer implicitly included
author
Chris Lattner
<sabre@nondot.org>
Sun, 3 Feb 2002 07:47:05 +0000
(07:47 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 3 Feb 2002 07:47:05 +0000
(07:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1651
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetSchedInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/TargetSchedInfo.cpp
b/lib/Target/TargetSchedInfo.cpp
index c02654f03b68ead21ed523516ab35adc10f57c00..41d013e6389eb4fb5c848af67344ab73c128ceb4 100644
(file)
--- a/
lib/Target/TargetSchedInfo.cpp
+++ b/
lib/Target/TargetSchedInfo.cpp
@@
-6,6
+6,7
@@
//===----------------------------------------------------------------------===//
#include "llvm/Target/MachineSchedInfo.h"
+#include "llvm/Target/TargetMachine.h"
// External object describing the machine instructions
// Initialized only when the TargetMachine class is created