mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
Warning foo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14035 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f878218c97
commit
96698a5ec7
@ -100,7 +100,7 @@ public:
|
|||||||
return I->op_begin()+3; // Skip Function, BB, BB
|
return I->op_begin()+3; // Skip Function, BB, BB
|
||||||
}
|
}
|
||||||
arg_iterator arg_end() const { return I->op_end(); }
|
arg_iterator arg_end() const { return I->op_end(); }
|
||||||
unsigned arg_size() const { return arg_end() - arg_begin(); }
|
unsigned arg_size() const { return unsigned(arg_end() - arg_begin()); }
|
||||||
|
|
||||||
bool operator<(const CallSite &CS) const {
|
bool operator<(const CallSite &CS) const {
|
||||||
return getInstruction() < CS.getInstruction();
|
return getInstruction() < CS.getInstruction();
|
||||||
|
Loading…
Reference in New Issue
Block a user