diff options
author | Heejin Ahn <aheejin@users.noreply.github.com> | 2018-03-30 14:52:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-30 14:52:44 -0700 |
commit | 82151243bbd4c018191721dce5381c8e449f3c77 (patch) | |
tree | 84bd799fdd26db07a2a67c833cd315f88ddd56d9 /src/wasm/wasm.cpp | |
parent | 709bca8d2c59923cd397fc55cdcdb7f80751555d (diff) | |
download | binaryen-82151243bbd4c018191721dce5381c8e449f3c77.tar.gz binaryen-82151243bbd4c018191721dce5381c8e449f3c77.tar.bz2 binaryen-82151243bbd4c018191721dce5381c8e449f3c77.zip |
Use .set instead of = for aliases (#1491)
llvm-mirror/llvm@9273bb3([Phabricator](https://reviews.llvm.org/D44256))
changed alias assignment syntax from
```
x = y
```
to
```
.set x, y
```
This patch reflects the change.
Diffstat (limited to 'src/wasm/wasm.cpp')
0 files changed, 0 insertions, 0 deletions