diff options
| author | Zaara Syeda <syzaara@ca.ibm.com> | 2018-03-19 16:19:44 +0000 |
|---|---|---|
| committer | Zaara Syeda <syzaara@ca.ibm.com> | 2018-03-19 16:19:44 +0000 |
| commit | 01f414baaade28c7e5e0f79a04e18e7fc6cc79f2 (patch) | |
| tree | 4857f4a803ffeacc775d583d9429aeaab7cb7968 /llvm/test/CodeGen/PowerPC/extra-toc-reg-deps.ll | |
| parent | 826e833121d0f84a4ddf5f089e61bb8d3d79ef0e (diff) | |
| download | bcm5719-llvm-01f414baaade28c7e5e0f79a04e18e7fc6cc79f2.tar.gz bcm5719-llvm-01f414baaade28c7e5e0f79a04e18e7fc6cc79f2.zip | |
Revert [MachineLICM] This reverts commit rL327856
Failing build bots. Revert the commit now.
llvm-svn: 327864
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/extra-toc-reg-deps.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/extra-toc-reg-deps.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/extra-toc-reg-deps.ll b/llvm/test/CodeGen/PowerPC/extra-toc-reg-deps.ll index 10ad8dd8865..d76c9055671 100644 --- a/llvm/test/CodeGen/PowerPC/extra-toc-reg-deps.ll +++ b/llvm/test/CodeGen/PowerPC/extra-toc-reg-deps.ll @@ -75,7 +75,9 @@ entry: ; CHECK: bctrl ; CHECK: ld 2, 40(1) +; CHECK: addis [[REG1:[0-9]+]], 2, .LC0@toc@ha ; CHECK: std 2, 40(1) +; CHECK: ld {{[0-9]+}}, .LC0@toc@l([[REG1]]) ; CHECK: {{mr|ld}} 2, ; CHECK: mtctr ; CHECK: bctrl |

