diff options
Diffstat (limited to 'test/CodeGen/PowerPC/mcm-10.ll')
-rw-r--r-- | test/CodeGen/PowerPC/mcm-10.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/mcm-10.ll b/test/CodeGen/PowerPC/mcm-10.ll index b479559..c3ab747 100644 --- a/test/CodeGen/PowerPC/mcm-10.ll +++ b/test/CodeGen/PowerPC/mcm-10.ll @@ -18,7 +18,8 @@ entry: ; CHECK-LABEL: test_fn_static: ; CHECK: addis [[REG1:[0-9]+]], 2, [[VAR:[a-z0-9A-Z_.]+]]@toc@ha -; CHECK: lwz {{[0-9]+}}, [[VAR]]@toc@l([[REG1]]) +; CHECK: lwa {{[0-9]+}}, [[VAR]]@toc@l([[REG1]]) +; CHECK-NOT: extsw ; CHECK: stw {{[0-9]+}}, [[VAR]]@toc@l([[REG1]]) ; CHECK: .type [[VAR]],@object ; CHECK: .local [[VAR]] |