summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/call.ll
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2015-08-24 22:07:33 +0000
committerJF Bastien <jfb@google.com>2015-08-24 22:07:33 +0000
commit19c2e6634de882c2f146d278b49adb2952d7d104 (patch)
treeec3b72502a794c9c8c32a6475e3d26e8b174e55c /llvm/test/CodeGen/WebAssembly/call.ll
parent5cd113df01a3e58625d71c4363b211951a1abc9c (diff)
downloadbcm5719-llvm-19c2e6634de882c2f146d278b49adb2952d7d104.tar.gz
bcm5719-llvm-19c2e6634de882c2f146d278b49adb2952d7d104.zip
Revert two bad commits.
Summary: I forgot to squash git commits before doing an svn dcommit of D12219. Reverting, and re-submitting. Subscribers: jfb, llvm-commits Differential Revision: http://reviews.llvm.org/D12298 llvm-svn: 245886
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/call.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/call.ll9
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/call.ll b/llvm/test/CodeGen/WebAssembly/call.ll
index c605285d521..e5d468b3cd1 100644
--- a/llvm/test/CodeGen/WebAssembly/call.ll
+++ b/llvm/test/CodeGen/WebAssembly/call.ll
@@ -5,14 +5,13 @@
target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
target triple = "wasm32-unknown-unknown"
-declare void @void_nullary()
-declare void @int32_nullary()
+declare void @nullary()
-; CHECK-LABEL: call_void_nullary:
+; CHECK-LABEL: call_nullary:
; CHECK-NEXT: (call @foo)
; CHECK-NEXT: (return)
-define void @call_void_nullary() {
- call void @void_nullary()
+define void @call_nullary() {
+ call void @nullary()
ret void
}
OpenPOWER on IntegriCloud