[cfe-commits] r149638 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Andrew Trick atrick at apple.com
Thu Feb 2 14:36:19 PST 2012


Author: atrick
Date: Thu Feb  2 16:36:19 2012
New Revision: 149638

URL: http://llvm.org/viewvc/llvm-project?rev=149638&view=rev
Log:
unnecessary include of TargetMachine.h?

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=149638&r1=149637&r2=149638&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Thu Feb  2 16:36:19 2012
@@ -35,7 +35,6 @@
 #include "llvm/Support/Dwarf.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Target/TargetData.h"
-#include "llvm/Target/TargetMachine.h"
 using namespace clang;
 using namespace clang::CodeGen;
 





More information about the cfe-commits mailing list