From 75865923c9c688fad73abf8113338653c907229c Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Sat, 18 May 2013 00:21:46 +0000 Subject: Add LLVMContext argument to getSetCCResultType llvm-svn: 182180 --- llvm/lib/Target/R600/R600ISelLowering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/R600/R600ISelLowering.h') 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 &Ins, DebugLoc DL, SelectionDAG &DAG, SmallVectorImpl &InVals) const; - virtual EVT getSetCCResultType(EVT VT) const; + virtual EVT getSetCCResultType(LLVMContext &, EVT VT) const; private: const R600InstrInfo * TII; -- cgit v1.2.3