summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-12-09 20:09:54 +0000
committerChad Rosier <mcrosier@apple.com>2011-12-09 20:09:54 +0000
commitcd462d055ffc18a526a9a1d343261d8550e99280 (patch)
treec73ab67554a50886f9ce3e93f25ac37fed0736ab /include
parent3c68acd202d061c38e9b7744012094b4009d932a (diff)
downloadllvm-cd462d055ffc18a526a9a1d343261d8550e99280.tar.gz
llvm-cd462d055ffc18a526a9a1d343261d8550e99280.tar.bz2
llvm-cd462d055ffc18a526a9a1d343261d8550e99280.tar.xz
[fast-isel] Add support for selecting insertvalue.
rdar://10530851 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/FastISel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h
index b9c1456c19..e57c8b18c6 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/include/llvm/CodeGen/FastISel.h
@@ -361,6 +361,8 @@ private:
bool SelectExtractValue(const User *I);
+ bool SelectInsertValue(const User *I);
+
/// HandlePHINodesInSuccessorBlocks - Handle PHI nodes in successor blocks.
/// Emit code to ensure constants are copied into registers when needed.
/// Remember the virtual registers that need to be added to the Machine PHI