summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2016-07-08 00:35:39 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2016-07-08 00:35:39 +0000
commit803eb9a9ad65bc9b65b1aac6acbace0ff14f581a (patch)
tree5d0fafe0e4f307083cf4b2516389b6295a5e7fa3 /test/Feature
parent62b7b489d281990ce458b95347cbceec2c745ce6 (diff)
Temporarily remove a test case to unblock PPC bots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/optnone-llc.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Feature/optnone-llc.ll b/test/Feature/optnone-llc.ll
index a03757359c8..69dc5291226 100644
--- a/test/Feature/optnone-llc.ll
+++ b/test/Feature/optnone-llc.ll
@@ -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