r206667 - CodeGen: Remove an unused include

Justin Bogner mail at justinbogner.com
Fri Apr 18 15:31:07 PDT 2014


Author: bogner
Date: Fri Apr 18 17:31:07 2014
New Revision: 206667

URL: http://llvm.org/viewvc/llvm-project?rev=206667&view=rev
Log:
CodeGen: Remove an unused include

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

Modified: cfe/trunk/lib/CodeGen/CodeGenPGO.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenPGO.cpp?rev=206667&r1=206666&r2=206667&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenPGO.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenPGO.cpp Fri Apr 18 17:31:07 2014
@@ -15,7 +15,6 @@
 #include "CodeGenFunction.h"
 #include "clang/AST/RecursiveASTVisitor.h"
 #include "clang/AST/StmtVisitor.h"
-#include "llvm/Config/config.h" // for strtoull()/strtoul() define
 #include "llvm/IR/MDBuilder.h"
 #include "llvm/ProfileData/InstrProfReader.h"
 #include "llvm/Support/Endian.h"





More information about the cfe-commits mailing list