[cfe-commits] r169816 - /cfe/trunk/lib/CodeGen/BackendUtil.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Mon Dec 10 21:53:24 PST 2012
Author: chapuni
Date: Mon Dec 10 23:53:24 2012
New Revision: 169816
URL: http://llvm.org/viewvc/llvm-project?rev=169816&view=rev
Log:
BackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h"
llvm/Target/TargetMachine.h will not provide "llvm/TargetTransformInfo.h" any more.
Modified:
cfe/trunk/lib/CodeGen/BackendUtil.cpp
Modified: cfe/trunk/lib/CodeGen/BackendUtil.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/BackendUtil.cpp?rev=169816&r1=169815&r2=169816&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/BackendUtil.cpp (original)
+++ cfe/trunk/lib/CodeGen/BackendUtil.cpp Mon Dec 10 23:53:24 2012
@@ -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"
More information about the cfe-commits
mailing list