summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/Generic/isel-optnone.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/isel-optnone.ll b/test/CodeGen/Generic/isel-optnone.ll
index 405a1bc50a..f4916dafb8 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.