Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15382 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-08-01 04:04:35 +00:00
parent 2082ebe8b3
commit 803a5f6ecb
8 changed files with 13 additions and 181 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
//===----------------------------------------------------------------------===//
#include "InstrInfoEmitter.h"
#include "CodeGenWrappers.h"
#include "CodeGenTarget.h"
#include "Record.h"
using namespace llvm;