diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_zero.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_zero.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_zero.ll b/llvm/test/CodeGen/PowerPC/vec_zero.ll index 8d06a7d94da..7350e91b774 100644 --- a/llvm/test/CodeGen/PowerPC/vec_zero.ll +++ b/llvm/test/CodeGen/PowerPC/vec_zero.ll @@ -2,7 +2,7 @@ define void @foo(<4 x float>* %P) { %T = load <4 x float>* %P ; <<4 x float>> [#uses=1] - %S = add <4 x float> zeroinitializer, %T ; <<4 x float>> [#uses=1] + %S = fadd <4 x float> zeroinitializer, %T ; <<4 x float>> [#uses=1] store <4 x float> %S, <4 x float>* %P ret void } |