[WebAssembly] Remove .import printing.
authorDan Gohman <dan433584@gmail.com>
Tue, 15 Dec 2015 02:20:44 +0000 (02:20 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 15 Dec 2015 02:20:44 +0000 (02:20 +0000)
commit98efbf1e866bada0daf3b737eef457fec71eb9bb
tree939822172b1b23726c11b5fb543780c515b4c2a8
parent5e556cda42f4c9dfa0622001eccb09afa1fb0c33
[WebAssembly] Remove .import printing.

For now, LLVM doesn't know about wasm module imports, so it shouldn't
emit .import directives.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255602 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
test/CodeGen/WebAssembly/import.ll [deleted file]