Fix inserting new elements in a specified location.
[oota-llvm.git] / test / Transforms / InstCombine / obfuscated_splat.ll
index c25dade168a422d2bfd1b68ee17dd68aea6de2b7..fa9cb423d02c878c8bbe4e9c2e421f442e7c8404 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -instcombine -S %s | FileCheck %s
+; RUN: opt -instcombine -S %s | FileCheck %s
 
 define void @test(<4 x float> *%in_ptr, <4 x float> *%out_ptr) {
   %A = load <4 x float>* %in_ptr, align 16