[llvm] r274813 - Temporarily remove a test case to unblock PPC bots.

Andrew Kaylor via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 17:35:39 PDT 2016


Author: akaylor
Date: Thu Jul  7 19:35:39 2016
New Revision: 274813

URL: http://llvm.org/viewvc/llvm-project?rev=274813&view=rev
Log:
Temporarily remove a test case to unblock PPC bots.


Modified:
    llvm/trunk/test/Feature/optnone-llc.ll

Modified: llvm/trunk/test/Feature/optnone-llc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/optnone-llc.ll?rev=274813&r1=274812&r2=274813&view=diff
==============================================================================
--- llvm/trunk/test/Feature/optnone-llc.ll (original)
+++ llvm/trunk/test/Feature/optnone-llc.ll Thu Jul  7 19:35:39 2016
@@ -1,4 +1,3 @@
-; RUN: llc -O0 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-O0
 ; RUN: llc -O1 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox
 ; RUN: llc -O2 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox
 ; RUN: llc -O3 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox




More information about the llvm-commits mailing list