Rename Sparc.h TargetMachineImpls.h
authorChris Lattner <sabre@nondot.org>
Tue, 29 Oct 2002 20:48:09 +0000 (20:48 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Oct 2002 20:48:09 +0000 (20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4409 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/opt.cpp

index 078d64d05194e6a3db0cb6cec142bde21261aa6d..de56080c2c1602ff996b0b0d2fa183284f4aa710 100644 (file)
@@ -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>