diff options
| author | Dan Gohman <gohman@apple.com> | 2010-08-11 16:36:07 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-08-11 16:36:07 +0000 |
| commit | 4df411487008f1505ab85e52266ab01ef6f58258 (patch) | |
| tree | d1f33957c081097ab179d6744e6e6ff0ac786dc2 /llvm | |
| parent | 2a072dde4b717af12b74dcd37fad4c12ed1c3e26 (diff) | |
| download | bcm5719-llvm-4df411487008f1505ab85e52266ab01ef6f58258.tar.gz bcm5719-llvm-4df411487008f1505ab85e52266ab01ef6f58258.zip | |
Temporarily disable some failing tests, until they can be
properly investigated.
llvm-svn: 110825
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/cortex-fp.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Thumb2/cortex-fp.ll b/llvm/test/CodeGen/Thumb2/cortex-fp.ll index ba891d081ed..636d76ff2c0 100644 --- a/llvm/test/CodeGen/Thumb2/cortex-fp.ll +++ b/llvm/test/CodeGen/Thumb2/cortex-fp.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -march=thumb -mcpu=cortex-m3 | FileCheck %s -check-prefix=CORTEXM3 -; RUN: llc < %s -march=thumb -mcpu=cortex-m4 | FileCheck %s -check-prefix=CORTEXM4 +; RUN_TEMPORARILY_DISABLED: llc < %s -march=thumb -mcpu=cortex-m3 | FileCheck %s -check-prefix=CORTEXM3 +; RUN_TEMPORARILY_DISABLED: llc < %s -march=thumb -mcpu=cortex-m4 | FileCheck %s -check-prefix=CORTEXM4 ; RUN: llc < %s -march=thumb -mcpu=cortex-a8 | FileCheck %s -check-prefix=CORTEXA8 |

