diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2011-07-14 23:50:31 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-14 23:50:31 +0000 |
| commit | 1705ab00ab5c9cd43924e24ef440dabda4e5ab60 (patch) | |
| tree | 56e314311c0564eab98c8375d52ad6ee0b4fb881 /llvm/lib/Target/Alpha/AlphaTargetMachine.cpp | |
| parent | 82432f7edf2d089bc947e3b3d2e3d4419d3c4a1f (diff) | |
| download | bcm5719-llvm-1705ab00ab5c9cd43924e24ef440dabda4e5ab60.tar.gz bcm5719-llvm-1705ab00ab5c9cd43924e24ef440dabda4e5ab60.zip | |
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes.
llvm-svn: 135219
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaTargetMachine.cpp')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaTargetMachine.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp index b872fc63f23..3b65d41be89 100644 --- a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp +++ b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp @@ -11,7 +11,6 @@ //===----------------------------------------------------------------------===// #include "Alpha.h" -#include "AlphaMCAsmInfo.h" #include "AlphaTargetMachine.h" #include "llvm/PassManager.h" #include "llvm/Support/FormattedStream.h" @@ -21,7 +20,6 @@ using namespace llvm; extern "C" void LLVMInitializeAlphaTarget() { // Register the target. RegisterTargetMachine<AlphaTargetMachine> X(TheAlphaTarget); - RegisterAsmInfo<AlphaMCAsmInfo> Y(TheAlphaTarget); } AlphaTargetMachine::AlphaTargetMachine(const Target &T, const std::string &TT, |

