Add a priority queue class, which is a wrapper around std::priority_queue
[oota-llvm.git] / test / Transforms / InstCombine / apint-sub.ll
index 75ea36d143a2c35707dc0bbf5852883223ae1875..12f366de7f46fa8963a8f5c0c89770f4c3199a5e 100644 (file)
@@ -4,6 +4,7 @@
 
 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
 ; RUN:   grep -v {sub i19 %Cok, %Bok} | not grep sub
+; END.
 
 define i23 @test1(i23 %A) {
        %B = sub i23 %A, %A             ; <i23> [#uses=1]