diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-10-21 19:18:28 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-10-21 19:18:28 +0000 |
commit | a91f4c561e87c61beab3b70c8655992faad735a4 (patch) | |
tree | 9374c1372eb2653423216bcc4d6755c2a0b6d2df /test | |
parent | 83fceb948165adb50c450ff28d51d0a99615b854 (diff) | |
download | external_llvm-a91f4c561e87c61beab3b70c8655992faad735a4.zip external_llvm-a91f4c561e87c61beab3b70c8655992faad735a4.tar.gz external_llvm-a91f4c561e87c61beab3b70c8655992faad735a4.tar.bz2 |
Add DAG printing for RMW stuff debugging
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84776 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/MSP430/Inst16mm.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/MSP430/Inst8mm.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/MSP430/Inst16mm.ll b/test/CodeGen/MSP430/Inst16mm.ll index 608dfc2..5fefead 100644 --- a/test/CodeGen/MSP430/Inst16mm.ll +++ b/test/CodeGen/MSP430/Inst16mm.ll @@ -1,5 +1,5 @@ ; RUN: llc -march=msp430 < %s | FileCheck %s -; XFAIL +; 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 cc040a3..4b0607e 100644 --- a/test/CodeGen/MSP430/Inst8mm.ll +++ b/test/CodeGen/MSP430/Inst8mm.ll @@ -1,5 +1,5 @@ ; RUN: llc -march=msp430 < %s | FileCheck %s -; XFAIL +; XFAIL: * target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8" target triple = "msp430-generic-generic" |