OSDN Git Service

WebAssembly: assert that there aren't any constant pools
authorJF Bastien <jfb@google.com>
Tue, 25 Aug 2015 23:19:49 +0000 (23:19 +0000)
committerJF Bastien <jfb@google.com>
Tue, 25 Aug 2015 23:19:49 +0000 (23:19 +0000)
commitc3a33b1b54d66b5c6db12d93fc556f025bc69971
tree75090e5ecaf39468beaf0177587d65a0fc772cbf
parent3abc9b633392cba8d954deac45efdfa097b4f359
WebAssembly: assert that there aren't any constant pools

WebAssembly will either use globals or immediates, since it's a virtual ISA.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245989 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp