assert is more effective reminder then FIXME tag for unimplemented features.

llvm-svn: 47388
This commit is contained in:
Devang Patel 2008-02-20 18:37:40 +00:00
parent 3ef1b793c1
commit 57b4eedad9
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ public:
void visitMemIntrinsic(CallInst &I, unsigned Op);
void visitGetResult(GetResultInst &I) {
// FIXME
assert (0 && "getresult unimplemented");
}
void visitUserOp1(Instruction &I) {