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)
commit5ca53a7ad821613d324e4189ddbb0d468a326146
tree42b48e357cd344f793893497603dbbd06a6199b0
parent487cdc1bdcbb9c62b939f9e153d3fcb5da8c0c8c
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77218 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp