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

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 29 14:49:01 PST 2002


Changes in directory llvm/tools/opt:

opt.cpp updated: 1.73 -> 1.74

---
Log message:

Rename Sparc.h TargetMachineImpls.h


---
Diffs of the changes:

Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.73 llvm/tools/opt/opt.cpp:1.74
--- llvm/tools/opt/opt.cpp:1.73	Mon Sep 16 11:09:24 2002
+++ llvm/tools/opt/opt.cpp	Tue Oct 29 14:48:09 2002
@@ -13,7 +13,7 @@
 #include "llvm/Assembly/PrintModulePass.h"
 #include "llvm/Analysis/Verifier.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/Sparc.h"
+#include "llvm/Target/TargetMachineImpls.h"
 #include "llvm/Support/PassNameParser.h"
 #include "Support/Signals.h"
 #include <fstream>





More information about the llvm-commits mailing list