diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/schedule-vs-if-nested-loop.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/schedule-vs-if-nested-loop.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/R600/schedule-vs-if-nested-loop.ll b/llvm/test/CodeGen/R600/schedule-vs-if-nested-loop.ll index 3c2824cc6b1..44b7c2f6800 100644 --- a/llvm/test/CodeGen/R600/schedule-vs-if-nested-loop.ll +++ b/llvm/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: |