diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/stack-protector.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/stack-protector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/stack-protector.ll b/llvm/test/CodeGen/PowerPC/stack-protector.ll index 8760f193e50..57d1c7e52b1 100644 --- a/llvm/test/CodeGen/PowerPC/stack-protector.ll +++ b/llvm/test/CodeGen/PowerPC/stack-protector.ll @@ -5,7 +5,7 @@ ; DARWIN32: __stack_chk_guard ; DARWIN64: __stack_chk_guard -; LINUX32: ld {{[0-9]+}}, -28680(2) +; LINUX32: lwz {{[0-9]+}}, -28680(2) ; LINUX64: ld {{[0-9]+}}, -28688(13) ; DARWIN32: __stack_chk_fail |