Implement a MachineFunctionPass to fix the mul instruction
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 19 Sep 2006 15:49:25 +0000 (15:49 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 19 Sep 2006 15:49:25 +0000 (15:49 +0000)
commit71f3b94fa846114a2ce45645ef262e230737e65e
tree676e649f423f75cd8af53112cf4c24bf371ba7ae
parentd0b9983d27d1b6c4ca9996b69a9161773d39dfeb
Implement a MachineFunctionPass to fix the mul instruction

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30485 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARM.h
lib/Target/ARM/ARMMul.cpp [new file with mode: 0644]
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
test/CodeGen/ARM/mul.ll [new file with mode: 0644]