Add a priority queue class, which is a wrapper around std::priority_queue
[oota-llvm.git] / test / Transforms / InstCombine / 2006-12-15-Range-Test.ll
index 585257c779966805fca53c0d7b149e0233833b88..67bc84c4045cb729049915d2a64c44ca1d9e775e 100644 (file)
@@ -2,6 +2,7 @@
 ; RUN:   grep icmp | count 1
 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
 ; RUN:   grep {icmp ugt} | count 1
+; END.
 
 target datalayout = "e-p:32:32"
 target triple = "i686-pc-linux-gnu"