commit | c40a84a87727608bbc5c68b3bf5c6d96fb22aa00 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Feb 20 18:37:40 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Feb 20 18:37:40 2008 +0000 |
tree | 9bd2361a7e981172c289264741622e48b721104a | |
parent | 85eab709cad923740aaae0dc22a3b12b2cd782d3 [diff] [blame] |
assert is more effective reminder then FIXME tag for unimplemented features. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47388 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 001c9f6..b5e39a1 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -609,7 +609,7 @@ void visitMemIntrinsic(CallInst &I, unsigned Op); void visitGetResult(GetResultInst &I) { - // FIXME + assert (0 && "getresult unimplemented"); } void visitUserOp1(Instruction &I) {