[WebAssembly] Enclose the operand variables for load and store instructions in braces.
authorDan Gohman <dan433584@gmail.com>
Mon, 21 Dec 2015 16:58:49 +0000 (16:58 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 21 Dec 2015 16:58:49 +0000 (16:58 +0000)
This allows the AsmMatcherEmitter to properly tokenize the AsmStrings for
load and store instructions. This is a step towards asm parsing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256166 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found