diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-11-21 20:06:33 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-11-21 20:06:33 +0000 |
commit | 11d31dff58dbe94423478d731cb81677d2fe4b7c (patch) | |
tree | 8c7b3af832528ad958191e31c1093b3545ae41be /test | |
parent | 498ace662bb52bad08922381e663ba1a7c1067cc (diff) | |
download | external_llvm-11d31dff58dbe94423478d731cb81677d2fe4b7c.zip external_llvm-11d31dff58dbe94423478d731cb81677d2fe4b7c.tar.gz external_llvm-11d31dff58dbe94423478d731cb81677d2fe4b7c.tar.bz2 |
Merging r195333:
------------------------------------------------------------------------
r195333 | kcc | 2013-11-21 01:28:16 -0800 (Thu, 21 Nov 2013) | 1 line
add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts build
------------------------------------------------------------------------
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Generic/isel-optnone.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/isel-optnone.ll b/test/CodeGen/Generic/isel-optnone.ll index 405a1bc..f4916da 100644 --- a/test/CodeGen/Generic/isel-optnone.ll +++ b/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. |