commit | a3ad242196b41529db8e203611f69c34aae083b6 | [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 | 3f931aa2ebb90cd8c266394d1e036c1b6a0649a1 [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) {