Get rid of some more getOpcode calls.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 27 Jul 2009 18:20:05 +0000 (18:20 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 27 Jul 2009 18:20:05 +0000 (18:20 +0000)
commit056c669e933337b0876cbc17a3cebfb2e8e890af
treed5d4e5c0e9d39cbc5b0b542d9a3b2e7aabd0f93b
parent447a8f29ef760e1348194764eb4449ce7a3aa516
Get rid of some more getOpcode calls.

This also fixes potential problems in ARMBaseInstrInfo routines not recognizing thumb1 instructions when 32-bit and 16-bit instructions mix.

llvm-svn: 77218
llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
llvm/lib/Target/ARM/ARMBaseInstrInfo.h
llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
llvm/lib/Target/ARM/ARMInstrInfo.cpp
llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
llvm/lib/Target/ARM/Thumb2InstrInfo.cpp