OSDN Git Service

WebAssembly: fix more syntax
authorJF Bastien <jfb@google.com>
Thu, 22 Oct 2015 02:32:50 +0000 (02:32 +0000)
committerJF Bastien <jfb@google.com>
Thu, 22 Oct 2015 02:32:50 +0000 (02:32 +0000)
commit55a57a7674acbd7265598b11119d84af737de6d2
treef307b3bc6b3153474b70ea8c1d0b36eeb3f9c829
parentad5bea8202236e8b57c30167635d5c1eb0851092
WebAssembly: fix more syntax

br_if shouldn't start with a dot.
div and rem went from prefix u/s to suffix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250972 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
lib/Target/WebAssembly/WebAssemblyInstrInteger.td
test/CodeGen/WebAssembly/i32.ll
test/CodeGen/WebAssembly/i64.ll
test/CodeGen/WebAssembly/phi.ll