[llvm-commits] [llvm] r110825 - /llvm/trunk/test/CodeGen/Thumb2/cortex-fp.ll

Dan Gohman gohman at apple.com
Wed Aug 11 09:36:07 PDT 2010


Author: djg
Date: Wed Aug 11 11:36:07 2010
New Revision: 110825

URL: http://llvm.org/viewvc/llvm-project?rev=110825&view=rev
Log:
Temporarily disable some failing tests, until they can be
properly investigated.

Modified:
    llvm/trunk/test/CodeGen/Thumb2/cortex-fp.ll

Modified: llvm/trunk/test/CodeGen/Thumb2/cortex-fp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/cortex-fp.ll?rev=110825&r1=110824&r2=110825&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/cortex-fp.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb2/cortex-fp.ll Wed Aug 11 11:36:07 2010
@@ -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
 
 





More information about the llvm-commits mailing list