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 | 63674eec4985cbb203a4c4c775291b279bd384c9 (patch) | |
| tree | e70ce6dfb1c7195759dba22585f63faf90f09db1 | |
| parent | f0f1a33b427ca5ac25b1fefbd18906e263a884cc (diff) | |
| download | external_llvm-63674eec4985cbb203a4c4c775291b279bd384c9.zip external_llvm-63674eec4985cbb203a4c4c775291b279bd384c9.tar.gz external_llvm-63674eec4985cbb203a4c4c775291b279bd384c9.tar.bz2 | |
Temporarily disable some failing tests, until they can be
properly investigated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110825 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | test/CodeGen/Thumb2/cortex-fp.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb2/cortex-fp.ll b/test/CodeGen/Thumb2/cortex-fp.ll index ba891d0..636d76f 100644 --- a/test/CodeGen/Thumb2/cortex-fp.ll +++ b/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 |
