summaryrefslogtreecommitdiff
path: root/test/CodeGen/MSP430
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 /test/CodeGen/MSP430
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 'test/CodeGen/MSP430')
-rw-r--r--test/CodeGen/MSP430/Inst16mm.ll1
-rw-r--r--test/CodeGen/MSP430/Inst8mm.ll1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/MSP430/Inst16mm.ll b/test/CodeGen/MSP430/Inst16mm.ll
index 510afe3734..608dfc2a4c 100644
--- a/test/CodeGen/MSP430/Inst16mm.ll
+++ b/test/CodeGen/MSP430/Inst16mm.ll
@@ -1,4 +1,5 @@
; RUN: llc -march=msp430 < %s | FileCheck %s
+; XFAIL
target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"
target triple = "msp430-generic-generic"
@foo = common global i16 0, align 2
diff --git a/test/CodeGen/MSP430/Inst8mm.ll b/test/CodeGen/MSP430/Inst8mm.ll
index a2987ac9b4..cc040a3587 100644
--- a/test/CodeGen/MSP430/Inst8mm.ll
+++ b/test/CodeGen/MSP430/Inst8mm.ll
@@ -1,4 +1,5 @@
; RUN: llc -march=msp430 < %s | FileCheck %s
+; XFAIL
target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"
target triple = "msp430-generic-generic"