diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2016-07-08 00:35:39 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2016-07-08 00:35:39 +0000 |
| commit | 3387074ae94a7b6babc25591a8e7716592cb220b (patch) | |
| tree | 1789ec91676333d098ba4c17d04d98500626bb47 /llvm/test/Feature | |
| parent | 8b8805c94c95b4d7fa3b8d8193fbcc3019b73d17 (diff) | |
| download | bcm5719-llvm-3387074ae94a7b6babc25591a8e7716592cb220b.tar.gz bcm5719-llvm-3387074ae94a7b6babc25591a8e7716592cb220b.zip | |
Temporarily remove a test case to unblock PPC bots.
llvm-svn: 274813
Diffstat (limited to 'llvm/test/Feature')
| -rw-r--r-- | llvm/test/Feature/optnone-llc.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Feature/optnone-llc.ll b/llvm/test/Feature/optnone-llc.ll index a03757359c8..69dc5291226 100644 --- a/llvm/test/Feature/optnone-llc.ll +++ b/llvm/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 |

