diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-03-11 23:16:30 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-03-11 23:16:30 +0000 |
commit | 7e6274dc66895c11a5743dad7d95a2a255819f91 (patch) | |
tree | 27be82de29fd91d75d7a7d3e8db28583096d2288 /test/CodeGen/R600/schedule-vs-if-nested-loop.ll | |
parent | 850b74d3927c35850a99b10ca7809f61a3b69c67 (diff) | |
download | external_llvm-7e6274dc66895c11a5743dad7d95a2a255819f91.zip external_llvm-7e6274dc66895c11a5743dad7d95a2a255819f91.tar.gz external_llvm-7e6274dc66895c11a5743dad7d95a2a255819f91.tar.bz2 |
llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/schedule-vs-if-nested-loop.ll')
-rw-r--r-- | test/CodeGen/R600/schedule-vs-if-nested-loop.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/R600/schedule-vs-if-nested-loop.ll b/test/CodeGen/R600/schedule-vs-if-nested-loop.ll index 3c2824c..44b7c2f 100644 --- a/test/CodeGen/R600/schedule-vs-if-nested-loop.ll +++ b/test/CodeGen/R600/schedule-vs-if-nested-loop.ll @@ -1,4 +1,5 @@ ;RUN: llc < %s -march=r600 -mcpu=cayman -stress-sched -verify-misched +;REQUIRES: asserts define void @main() { main_body: |