projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85eab70
)
assert is more effective reminder then FIXME tag for unimplemented features.
author
Devang Patel
<dpatel@apple.com>
Wed, 20 Feb 2008 18:37:40 +0000
(18:37 +0000)
committer
Devang Patel
<dpatel@apple.com>
Wed, 20 Feb 2008 18:37:40 +0000
(18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47388
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 001c9f6c533d238ae474aa6d6787806c041296d4..b5e39a11d31b0f216dd36b600a84c11422447d13 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@
-609,7
+609,7
@@
public:
void visitMemIntrinsic(CallInst &I, unsigned Op);
void visitGetResult(GetResultInst &I) {
- // FIXME
+ assert (0 && "getresult unimplemented");
}
void visitUserOp1(Instruction &I) {