[llvm-commits] CVS: llvm/tools/llc/llc.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 22 16:38:25 PST 2006



Changes in directory llvm/tools/llc:

llc.cpp updated: 1.127 -> 1.128
---
Log message:

Remove dead #include


---
Diffs of the changes:  (+0 -1)

 llc.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/tools/llc/llc.cpp
diff -u llvm/tools/llc/llc.cpp:1.127 llvm/tools/llc/llc.cpp:1.128
--- llvm/tools/llc/llc.cpp:1.127	Sun Jan 22 18:36:05 2006
+++ llvm/tools/llc/llc.cpp	Sun Jan 22 18:38:14 2006
@@ -23,7 +23,6 @@
 #include "llvm/Pass.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/PluginLoader.h"
-#include "llvm/Support/PassNameParser.h"
 #include "llvm/Support/FileUtilities.h"
 #include "llvm/Analysis/Verifier.h"
 #include "llvm/System/Signals.h"






More information about the llvm-commits mailing list