summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr3522.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pr3522.ll')
-rw-r--r--test/CodeGen/X86/pr3522.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/pr3522.ll b/test/CodeGen/X86/pr3522.ll
index d8f37781fc6e3..9f8dc03706687 100644
--- a/test/CodeGen/X86/pr3522.ll
+++ b/test/CodeGen/X86/pr3522.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: llc < %s -march=x86 -stats 2>&1 | not grep "instructions sunk"
; PR3522