summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-02-20 18:37:40 +0000
committerDevang Patel <dpatel@apple.com>2008-02-20 18:37:40 +0000
commit57b4eedad91e75f4aa40b8113b8ba31eecffc10b (patch)
tree07e96683fe8c2eb1244d0235a5527dccdc8f0d82 /llvm/lib/CodeGen
parent3ef1b793c1b923e3685003273465fc2284b93fa5 (diff)
downloadbcm5719-llvm-57b4eedad91e75f4aa40b8113b8ba31eecffc10b.tar.gz
bcm5719-llvm-57b4eedad91e75f4aa40b8113b8ba31eecffc10b.zip
assert is more effective reminder then FIXME tag for unimplemented features.
llvm-svn: 47388
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 001c9f6c533..b5e39a11d31 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud