[llvm-commits] [llvm] r47748 - /llvm/trunk/lib/CodeGen/LoopAligner.cpp
Evan Cheng
evan.cheng at apple.com
Thu Feb 28 18:49:15 PST 2008
Author: evancheng
Date: Thu Feb 28 20:49:15 2008
New Revision: 47748
URL: http://llvm.org/viewvc/llvm-project?rev=47748&view=rev
Log:
Remove redundant #include.
Modified:
llvm/trunk/lib/CodeGen/LoopAligner.cpp
Modified: llvm/trunk/lib/CodeGen/LoopAligner.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LoopAligner.cpp?rev=47748&r1=47747&r2=47748&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LoopAligner.cpp (original)
+++ llvm/trunk/lib/CodeGen/LoopAligner.cpp Thu Feb 28 20:49:15 2008
@@ -18,7 +18,6 @@
#include "llvm/CodeGen/Passes.h"
#include "llvm/Target/TargetLowering.h"
#include "llvm/Target/TargetMachine.h"
-#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
using namespace llvm;
More information about the llvm-commits
mailing list