diff options
Diffstat (limited to 'test/CodeGen/PowerPC/novrsave.ll')
-rw-r--r-- | test/CodeGen/PowerPC/novrsave.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/novrsave.ll b/test/CodeGen/PowerPC/novrsave.ll index a70576a..50be2a1 100644 --- a/test/CodeGen/PowerPC/novrsave.ll +++ b/test/CodeGen/PowerPC/novrsave.ll @@ -7,7 +7,7 @@ define <4 x float> @bar(<4 x float> %v) nounwind { entry: %v.addr = alloca <4 x float>, align 16 store <4 x float> %v, <4 x float>* %v.addr, align 16 - %0 = load <4 x float>* %v.addr, align 16 + %0 = load <4 x float>, <4 x float>* %v.addr, align 16 ret <4 x float> %0 } |