diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-02 12:15:47 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-02 12:15:47 -0800 |
commit | bbacca68675f9f2e1a82f7910812397d52c7d3e4 (patch) | |
tree | b7cd5e763711e61a2598a33a3436d7650c2651e8 /src/modules.js | |
parent | 55b7aff21eab6df3d903b3bce39ad2cdf7af12f7 (diff) |
fix bug with using an implicit label in a phi more than once
Diffstat (limited to 'src/modules.js')
-rw-r--r-- | src/modules.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules.js b/src/modules.js index cfc29014..52f14c2f 100644 --- a/src/modules.js +++ b/src/modules.js @@ -2,8 +2,6 @@ // Various namespace-like modules -var LLVM_STYLE = null; - var LLVM = { LINKAGES: set('private', 'linker_private', 'linker_private_weak', 'linker_private_weak_def_auto', 'internal', 'available_externally', 'linkonce', 'common', 'weak', 'appending', 'extern_weak', 'linkonce_odr', |