The ADD and ADDK (and all variants) instructions where flip-flopped in the MBlaze...
authorWesley Peck <peckw@wesleypeck.com>
Sun, 12 Dec 2010 22:02:31 +0000 (22:02 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Sun, 12 Dec 2010 22:02:31 +0000 (22:02 +0000)
commita7c7b9dccba2c14a93f0f9a29490f1df4f9b4080
treee93e3c9996bb78d930573677615bc97f30f1e817
parentd713acb63105f55ef5ed0f3a499da81c3eeacd49
The ADD and ADDK (and all variants) instructions where flip-flopped in the MBlaze backend. This bug fix makes 64-bit math work on the MBlaze backend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121649 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/LLVMLibDeps.cmake
lib/Target/MBlaze/MBlazeAsmBackend.cpp
lib/Target/MBlaze/MBlazeFrameInfo.cpp
lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
lib/Target/MBlaze/MBlazeISelLowering.cpp
lib/Target/MBlaze/MBlazeInstrFPU.td
lib/Target/MBlaze/MBlazeInstrInfo.td
lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp
lib/Target/MBlaze/MBlazeRegisterInfo.cpp