]> granicus.if.org Git - clang/commitdiff
BackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h"
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 11 Dec 2012 05:53:24 +0000 (05:53 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 11 Dec 2012 05:53:24 +0000 (05:53 +0000)
llvm/Target/TargetMachine.h will not provide "llvm/TargetTransformInfo.h" any more.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169816 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/BackendUtil.cpp

index e9608715427b6142125030e03e26a9da7929f70c..ff593620fd8315964bee0a4fa6b813165f7f4379 100644 (file)
@@ -22,6 +22,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/PrettyStackTrace.h"