aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2013-08-26 20:11:46 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2013-08-26 20:11:46 +0000
commit7c42ede04579373a2d3e124b4417d89430d541f3 (patch)
treec4aeb47ff9018e4e90c5365c2df9a91e5035272c /lib/Target/PowerPC/PPCISelLowering.h
parente3dad19e0de5c639886055c09da1f4faaa8556f9 (diff)
downloadexternal_llvm-7c42ede04579373a2d3e124b4417d89430d541f3.zip
external_llvm-7c42ede04579373a2d3e124b4417d89430d541f3.tar.gz
external_llvm-7c42ede04579373a2d3e124b4417d89430d541f3.tar.bz2
Dummy code to silence warning from 4189266
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index aa5e821..df3af35 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -627,6 +627,8 @@ namespace llvm {
SDValue DAGCombineFastRecip(SDValue Op, DAGCombinerInfo &DCI) const;
SDValue DAGCombineFastRecipFSQRT(SDValue Op, DAGCombinerInfo &DCI) const;
+
+ CCAssignFn *useFastISelCCs(unsigned Flag) const;
};
namespace PPC {