Remove unroll pragma metadata after it is used.
[oota-llvm.git] / test / Transforms / LoopUnroll / runtime-loop3.ll
index 55cf22373eceaddf93b14f3e32e35b9406407e03..aa928ccc60c11811e97bd298df65237168733423 100644 (file)
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt < %s -disable-output -stats -loop-unroll -unroll-runtime -unroll-threshold=400 -info-output-file - | FileCheck %s --check-prefix=STATS
 
 ; Test that nested loops can be unrolled.  We need to increase threshold to do it