llvm/tools: Add #include "llvm/TargetTransformInfo.h"
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 11 Dec 2012 05:53:37 +0000 (05:53 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 11 Dec 2012 05:53:37 +0000 (05:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169817 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/llc.cpp
tools/lto/LTOCodeGenerator.cpp
tools/opt/opt.cpp

index 4e9c9c068345bd65e631a6cb21bafb4da63f4fed..74fbf57d267dc856797978a930431a96aee2d492 100644 (file)
@@ -24,6 +24,7 @@
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/PassManager.h"
+#include "llvm/TargetTransformInfo.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/FormattedStream.h"
index cfaaf863b240bd303cc3baf6e6ef5eac0d4f509a..ebb377abf932c45606b3de747f0ba1822db4dd15 100644 (file)
@@ -29,6 +29,7 @@
 #include "llvm/MC/SubtargetFeature.h"
 #include "llvm/Module.h"
 #include "llvm/PassManager.h"
+#include "llvm/TargetTransformInfo.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/Host.h"
index 8e88e3aee25bea7a43292e970caefc19cbc507c3..1bbe4e3623aaebf3c39447d3aa88ca86356903d7 100644 (file)
@@ -30,6 +30,7 @@
 #include "llvm/MC/SubtargetFeature.h"
 #include "llvm/Module.h"
 #include "llvm/PassManager.h"
+#include "llvm/TargetTransformInfo.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/IRReader.h"
 #include "llvm/Support/ManagedStatic.h"