diff options
author | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2012-12-19 11:30:36 +0000 |
---|---|---|
committer | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2012-12-19 11:30:36 +0000 |
commit | f9eb168ef40d55a9f14382b7f2f6329d24c8db65 (patch) | |
tree | 5e26dae7abf9876cac9e24ed158af14364925d93 /llvm/lib/Target/ARM/ARMISelLowering.h | |
parent | 7e1fcb81360450e82226b2f8746d70a72ebec272 (diff) | |
download | bcm5719-llvm-f9eb168ef40d55a9f14382b7f2f6329d24c8db65.tar.gz bcm5719-llvm-f9eb168ef40d55a9f14382b7f2f6329d24c8db65.zip |
Change TargetLowering::findRepresentativeClass to take an MVT, instead
of EVT.
llvm-svn: 170532
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h index fa0e5e4fc40..61649a0d4dc 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.h +++ b/llvm/lib/Target/ARM/ARMISelLowering.h @@ -393,7 +393,7 @@ namespace llvm { unsigned Intrinsic) const; protected: std::pair<const TargetRegisterClass*, uint8_t> - findRepresentativeClass(EVT VT) const; + findRepresentativeClass(MVT VT) const; private: /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can |