diff options
author | Jan Wen Voung <jvoung@google.com> | 2013-03-12 16:27:52 +0000 |
---|---|---|
committer | Jan Wen Voung <jvoung@google.com> | 2013-03-12 16:27:52 +0000 |
commit | 6dc3076080a40c29f503cbf1e6ce72ead1e63fb6 (patch) | |
tree | be0438e782d385284467c2921fbc917c15d26a66 /llvm/test/CodeGen/ARM | |
parent | 00253592c77666fed0d1d80a54ec674103dec717 (diff) | |
download | bcm5719-llvm-6dc3076080a40c29f503cbf1e6ce72ead1e63fb6.tar.gz bcm5719-llvm-6dc3076080a40c29f503cbf1e6ce72ead1e63fb6.zip |
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
llvm-svn: 176873
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r-- | llvm/test/CodeGen/ARM/2007-03-13-InstrSched.ll (renamed from llvm/test/CodeGen/ARM/Stats/2007-03-13-InstrSched.ll) | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/ARM/2011-12-14-machine-sink.ll (renamed from llvm/test/CodeGen/ARM/Stats/2011-12-14-machine-sink.ll) | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/ARM/Stats/lit.local.cfg | 8 | ||||
-rw-r--r-- | llvm/test/CodeGen/ARM/addrmode.ll (renamed from llvm/test/CodeGen/ARM/Stats/addrmode.ll) | 1 |
4 files changed, 3 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/ARM/Stats/2007-03-13-InstrSched.ll b/llvm/test/CodeGen/ARM/2007-03-13-InstrSched.ll index a63cdd46e2d..4783f370769 100644 --- a/llvm/test/CodeGen/ARM/Stats/2007-03-13-InstrSched.ll +++ b/llvm/test/CodeGen/ARM/2007-03-13-InstrSched.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic \ ; RUN: -mattr=+v6 | grep r9 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic \ diff --git a/llvm/test/CodeGen/ARM/Stats/2011-12-14-machine-sink.ll b/llvm/test/CodeGen/ARM/2011-12-14-machine-sink.ll index b21bb006e32..1b21f7571d8 100644 --- a/llvm/test/CodeGen/ARM/Stats/2011-12-14-machine-sink.ll +++ b/llvm/test/CodeGen/ARM/2011-12-14-machine-sink.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: llc < %s -o /dev/null -stats 2>&1 | FileCheck %s -check-prefix=STATS ; Radar 10266272 target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:32:64-v128:32:128-a0:0:32-n32-S32" diff --git a/llvm/test/CodeGen/ARM/Stats/lit.local.cfg b/llvm/test/CodeGen/ARM/Stats/lit.local.cfg deleted file mode 100644 index f6194d24218..00000000000 --- a/llvm/test/CodeGen/ARM/Stats/lit.local.cfg +++ /dev/null @@ -1,8 +0,0 @@ -config.suffixes = ['.ll', '.c', '.cpp'] - -targets = set(config.root.targets_to_build.split()) -if not 'ARM' in targets: - config.unsupported = True - -if not config.root.enable_assertions: - config.unsupported = True diff --git a/llvm/test/CodeGen/ARM/Stats/addrmode.ll b/llvm/test/CodeGen/ARM/addrmode.ll index 6da90897b94..748d2580444 100644 --- a/llvm/test/CodeGen/ARM/Stats/addrmode.ll +++ b/llvm/test/CodeGen/ARM/addrmode.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: llc < %s -march=arm -stats 2>&1 | grep asm-printer | grep 4 define i32 @t1(i32 %a) { |