diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll b/llvm/test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll index 8a873daa6c7..8a95de3a0cb 100644 --- a/llvm/test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll +++ b/llvm/test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll @@ -17,7 +17,7 @@ entry: %this.addr = alloca %SomeStruct*, align 8 %V.addr = alloca double, align 8 store %SomeStruct* %this, %SomeStruct** %this.addr, align 8 -; ELF64VSX: stxsdx {{[0-9][0-9]?}}, 0, {{[1-9][0-9]?}} +; ELF64VSX: stfdx {{[0-9][0-9]?}}, 0, {{[1-9][0-9]?}} store double %V, double* %V.addr, align 8 %this1 = load %SomeStruct*, %SomeStruct** %this.addr %Val = getelementptr inbounds %SomeStruct, %SomeStruct* %this1, i32 0, i32 0 |