aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-03-02 01:55:18 +0000
committerBill Wendling <isanbard@gmail.com>2010-03-02 01:55:18 +0000
commit46ada19645c981a0b7932487d163f7582074a4d9 (patch)
tree1eb6c860a6268bf198b1c90605be6791a466383e /include
parent6b506cbce0ad7ad217a58cd1d6740e23c36f67ec (diff)
downloadexternal_llvm-46ada19645c981a0b7932487d163f7582074a4d9.zip
external_llvm-46ada19645c981a0b7932487d163f7582074a4d9.tar.gz
external_llvm-46ada19645c981a0b7932487d163f7582074a4d9.tar.bz2
Remove dead parameter passing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h
index c6ac89a..60b7ebd 100644
--- a/include/llvm/Target/TargetLowering.h
+++ b/include/llvm/Target/TargetLowering.h
@@ -1164,7 +1164,7 @@ public:
bool isVarArg, bool isInreg, unsigned NumFixedArgs,
CallingConv::ID CallConv, bool isTailCall,
bool isReturnValueUsed, SDValue Callee, ArgListTy &Args,
- SelectionDAG &DAG, DebugLoc dl, unsigned Order);
+ SelectionDAG &DAG, DebugLoc dl);
/// LowerCall - This hook must be implemented to lower calls into the
/// the specified DAG. The outgoing arguments to the call are described