diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-05-18 00:21:46 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-05-18 00:21:46 +0000 |
commit | 75865923c9c688fad73abf8113338653c907229c (patch) | |
tree | fda83ecca8a85d2a71b208eb9b7f2721825cf6ed /llvm/lib/Target/R600/R600ISelLowering.h | |
parent | 6ecb232b311f44a24ceca1f22bb00838dc3cc8f1 (diff) | |
download | bcm5719-llvm-75865923c9c688fad73abf8113338653c907229c.tar.gz bcm5719-llvm-75865923c9c688fad73abf8113338653c907229c.zip |
Add LLVMContext argument to getSetCCResultType
llvm-svn: 182180
Diffstat (limited to 'llvm/lib/Target/R600/R600ISelLowering.h')
-rw-r--r-- | llvm/lib/Target/R600/R600ISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/R600ISelLowering.h b/llvm/lib/Target/R600/R600ISelLowering.h index 2c09acb9af3..2b8f2fa7103 100644 --- a/llvm/lib/Target/R600/R600ISelLowering.h +++ b/llvm/lib/Target/R600/R600ISelLowering.h @@ -38,7 +38,7 @@ public: const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc DL, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const; - virtual EVT getSetCCResultType(EVT VT) const; + virtual EVT getSetCCResultType(LLVMContext &, EVT VT) const; private: const R600InstrInfo * TII; |