summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430InstrInfo.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-10-21 19:17:55 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-10-21 19:17:55 +0000
commit83fceb948165adb50c450ff28d51d0a99615b854 (patch)
tree7fe61e7e7d98d04f73d6bd111f12512cfa20f723 /lib/Target/MSP430/MSP430InstrInfo.cpp
parent90593d2e1f31fd1c3be353b836b50280c3a6d243 (diff)
downloadllvm-83fceb948165adb50c450ff28d51d0a99615b854.tar.gz
llvm-83fceb948165adb50c450ff28d51d0a99615b854.tar.bz2
llvm-83fceb948165adb50c450ff28d51d0a99615b854.tar.xz
RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and disable some tests until it will be clever enough to handle them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/MSP430InstrInfo.cpp')
-rw-r--r--lib/Target/MSP430/MSP430InstrInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/MSP430/MSP430InstrInfo.cpp b/lib/Target/MSP430/MSP430InstrInfo.cpp
index f983a7a296..a6d9638cf5 100644
--- a/lib/Target/MSP430/MSP430InstrInfo.cpp
+++ b/lib/Target/MSP430/MSP430InstrInfo.cpp
@@ -169,7 +169,6 @@ unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
return Count;
}
-
bool MSP430InstrInfo::
ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
assert(Cond.size() == 1 && "Invalid Xbranch condition!");