aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2015-11-25 18:13:18 +0000
committerDan Gohman <dan433584@gmail.com>2015-11-25 18:13:18 +0000
commit9c54d3b4c6a66b970b37014e5b5c0b1af631dcfe (patch)
treeef636f747be5b88683d2e96510b6e4b932c3c875 /llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
parent5de07b078d47b476819e341178e25d9d58042429 (diff)
downloadllvm-9c54d3b4c6a66b970b37014e5b5c0b1af631dcfe.zip
llvm-9c54d3b4c6a66b970b37014e5b5c0b1af631dcfe.tar.gz
llvm-9c54d3b4c6a66b970b37014e5b5c0b1af631dcfe.tar.bz2
[WebAssembly] Clean up several FIXME comments.
llvm-svn: 254079
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp')
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
index 8a2cf1a..8e02a03 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
@@ -65,7 +65,7 @@ void WebAssemblyFrameLowering::eliminateCallFramePseudoInstr(
void WebAssemblyFrameLowering::emitPrologue(MachineFunction &MF,
MachineBasicBlock &MBB) const {
- // FIXME: Implement WebAssemblyFrameLowering::emitPrologue.
+ llvm_unreachable("TODO: implement emitPrologue");
}
void WebAssemblyFrameLowering::emitEpilogue(MachineFunction &MF,