diff --git a/test/CodeGen/Generic/isel-optnone.ll b/test/CodeGen/Generic/isel-optnone.ll index 405a1bc50a8..f4916dafb84 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.