diff options
author | Nicholas Wilson <nicholas@nicholaswilson.me.uk> | 2018-08-03 14:33:37 +0000 |
---|---|---|
committer | Nicholas Wilson <nicholas@nicholaswilson.me.uk> | 2018-08-03 14:33:37 +0000 |
commit | e408a89a3aa83acb97f22d7d51ab341c22c6e05c (patch) | |
tree | 6b829861c534d9dc48c4940345183f528fe1c081 /llvm/test/CodeGen/WebAssembly/reg-stackify.ll | |
parent | 873de9866119754dab9146026f357a27bb1d5e26 (diff) | |
download | bcm5719-llvm-e408a89a3aa83acb97f22d7d51ab341c22c6e05c.tar.gz bcm5719-llvm-e408a89a3aa83acb97f22d7d51ab341c22c6e05c.zip |
[WebAssembly] Cleanup of the way globals and global flags are handled
Differential Revision: https://reviews.llvm.org/D44030
llvm-svn: 338894
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/reg-stackify.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/reg-stackify.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/reg-stackify.ll b/llvm/test/CodeGen/WebAssembly/reg-stackify.ll index 7195cd85482..20e73409230 100644 --- a/llvm/test/CodeGen/WebAssembly/reg-stackify.ll +++ b/llvm/test/CodeGen/WebAssembly/reg-stackify.ll @@ -450,7 +450,7 @@ bb10: ; preds = %bb9, %bb ; CHECK-LABEL: stackpointer_dependency: ; CHECK: call {{.+}}, stackpointer_callee@FUNCTION, -; CHECK-NEXT: set_global __stack_pointer, +; CHECK-NEXT: set_global __stack_pointer@GLOBAL, declare i32 @stackpointer_callee(i8* readnone, i8* readnone) declare i8* @llvm.frameaddress(i32) define i32 @stackpointer_dependency(i8* readnone) { |