diff options
| author | Kostya Serebryany <kcc@google.com> | 2013-11-21 09:28:16 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2013-11-21 09:28:16 +0000 |
| commit | ef26f4ed561b1712bce286c015749eced842bf05 (patch) | |
| tree | 3f16a3e4bd393152926e2e000bd25e19a8d1596d /llvm/test | |
| parent | f6e9986a41381035478af0622d732bd6900218df (diff) | |
| download | bcm5719-llvm-ef26f4ed561b1712bce286c015749eced842bf05.tar.gz bcm5719-llvm-ef26f4ed561b1712bce286c015749eced842bf05.zip | |
add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts build
llvm-svn: 195333
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/Generic/isel-optnone.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Generic/isel-optnone.ll b/llvm/test/CodeGen/Generic/isel-optnone.ll index 405a1bc50a8..f4916dafb84 100644 --- a/llvm/test/CodeGen/Generic/isel-optnone.ll +++ b/llvm/test/CodeGen/Generic/isel-optnone.ll @@ -1,4 +1,5 @@ ; RUN: llc -debug < %s -o /dev/null 2>&1 | FileCheck %s +; REQUIRES: asserts ; Verify that the backend correctly overrides the optimization level ; of optnone functions during instruction selection. |

