commit | cbce7920f24c5c773c1d1bcb08d8ae85651c9a26 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Sat Jun 27 12:16:40 2009 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Sat Jun 27 12:16:40 2009 +0000 |
tree | 29ba296b4cc49e49e56e7823ec296f680ec78d77 | |
parent | 36f26f4ad36f3790994c63956165a0d13606291a [diff] [blame] |
ARM refactoring. Step 2: split RegisterInfo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74384 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMTargetMachine.h b/lib/Target/ARM/ARMTargetMachine.h index 0b49b92..eab1e46 100644 --- a/lib/Target/ARM/ARMTargetMachine.h +++ b/lib/Target/ARM/ARMTargetMachine.h
@@ -120,7 +120,7 @@ public: ThumbTargetMachine(const Module &M, const std::string &FS); - virtual const ARMRegisterInfo *getRegisterInfo() const { + virtual const ThumbRegisterInfo *getRegisterInfo() const { return &InstrInfo.getRegisterInfo(); }