commit | 40a04216daaaee119665e023019c005306ec48ac | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Tue Feb 19 22:15:16 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Tue Feb 19 22:15:16 2008 +0000 |
tree | 3b180bf2e6550fdd00ee45fefe851cdc488e4242 | |
parent | 222ebf70b7577be05c3555de0fdd16f1577a0832 [diff] [blame] |
Add GetResultInst. First step for multiple return value support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47348 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 7b01d63..1ee93d7 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -608,6 +608,10 @@ void visitMemIntrinsic(CallInst &I, unsigned Op); + void visitGetResult(GetResultInst &I) { + // FIXME + } + void visitUserOp1(Instruction &I) { assert(0 && "UserOp1 should not exist at instruction selection time!"); abort();