diff options
Diffstat (limited to 'test/CodeGen/Generic/isel-optnone.ll')
-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. |