Add a priority queue class, which is a wrapper around std::priority_queue
[oota-llvm.git] / test / Transforms / InstCombine / 2007-10-10-EliminateMemCpy.ll
index 22765243bd752f63b70a1e2cd0d0acd02664e155..6d251b12cf4f8aab57e9488b57dfbfd53608fefb 100644 (file)
@@ -1,5 +1,6 @@
 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep call
 ; RUN: llvm-as < %s | opt -std-compile-opts | llvm-dis | not grep xyz
+
 @.str = internal constant [4 x i8] c"xyz\00"           ; <[4 x i8]*> [#uses=1]
 
 define void @foo(i8* %P) {