Disable because peephole is disabled.
[oota-llvm.git] / test / Transforms / ArgumentPromotion / byval-2.ll
index ff4506da9582b76565cb42bf15cc019fb23545e7..bd62c6835f3b46691fb9ebceb88224c6b9cbfab6 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -argpromotion -S | grep -F {i32* byval} | count 2
+; RUN: opt %s -argpromotion -S | grep -F {i32* byval} | count 2
 ; Argpromote + scalarrepl should change this to passing the two integers by value.
 
        %struct.ss = type { i32, i64 }