summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-06-21 18:47:08 +0000
committerAndrew Trick <atrick@apple.com>2013-06-21 18:47:08 +0000
commitc22e02b1f41387e791a08f1715e877e4fd86ca87 (patch)
treeb05ba7235f795cf157e48f108a877ea3773d5d88 /test
parent2da863984bdd0123fa53ab3f5439d239a5a9e419 (diff)
downloadllvm-c22e02b1f41387e791a08f1715e877e4fd86ca87.tar.gz
llvm-c22e02b1f41387e791a08f1715e877e4fd86ca87.tar.bz2
llvm-c22e02b1f41387e791a08f1715e877e4fd86ca87.tar.xz
Add missing REQUIRES: asserts in crash.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/crash.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/crash.ll b/test/CodeGen/X86/crash.ll
index c6eddc1693..b0a0e24d22 100644
--- a/test/CodeGen/X86/crash.ll
+++ b/test/CodeGen/X86/crash.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: llc -march=x86 < %s -verify-machineinstrs -precompute-phys-liveness
; RUN: llc -march=x86-64 < %s -verify-machineinstrs -precompute-phys-liveness