Add a priority queue class, which is a wrapper around std::priority_queue
[oota-llvm.git] / test / Transforms / InstCombine / memmove.ll
index 2cb346f11236d76a02b8035b4c8e41414451a1ab..09ec67d2654eadb947b6ee6739f47aa6443dab34 100644 (file)
@@ -34,3 +34,9 @@ define i32 @test3() {
        ret i32 0
 }
 
+; PR2370
+define void @test4(i8* %a) {
+        tail call void @llvm.memmove.i32( i8* %a, i8* %a, i32 100, i32 1 )
+        ret void
+}
+