Rename TargetSubtarget to TargetSubtargetInfo for consistency.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134259 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2011-07-01 21:01:15 +00:00
parent 94214703d9
commit 5b1b4489cf
36 changed files with 94 additions and 93 deletions

View File

@@ -12,7 +12,7 @@ add_llvm_library(LLVMTarget
TargetLoweringObjectFile.cpp
TargetMachine.cpp
TargetRegisterInfo.cpp
TargetSubtarget.cpp
TargetSubtargetInfo.cpp
)
set(LLVM_ENUM_ASM_PRINTERS "")