diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-10-22 00:16:00 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-10-22 00:16:00 +0000 |
commit | f1ad2c618ac2b636d0b9ff2455c3b67795e1c4a2 (patch) | |
tree | c6e14336acfdc4914a2f4a504f33365d0821e2fc /llvm/test/CodeGen/MSP430/Inst8mm.ll | |
parent | 8626367e38eebb6672fd54ec92f9b24f66f754e5 (diff) | |
download | bcm5719-llvm-f1ad2c618ac2b636d0b9ff2455c3b67795e1c4a2.tar.gz bcm5719-llvm-f1ad2c618ac2b636d0b9ff2455c3b67795e1c4a2.zip |
Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be selected.
Yay for ASCII graphics!
llvm-svn: 84808
Diffstat (limited to 'llvm/test/CodeGen/MSP430/Inst8mm.ll')
-rw-r--r-- | llvm/test/CodeGen/MSP430/Inst8mm.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MSP430/Inst8mm.ll b/llvm/test/CodeGen/MSP430/Inst8mm.ll index 4b0607e670d..a2987ac9b46 100644 --- a/llvm/test/CodeGen/MSP430/Inst8mm.ll +++ b/llvm/test/CodeGen/MSP430/Inst8mm.ll @@ -1,5 +1,4 @@ ; 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" |