mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +00:00
Make output match actual condition tested. Thanks, Duncan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40464 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
62e279bbdb
commit
bb862c042f
@ -367,7 +367,7 @@ void Verifier::visitFunction(Function &F) {
|
||||
Assert1(!Attrs->paramHasAttr(0, ParamAttr::StructRet),
|
||||
"Attribute SRet should not apply to functions!", &F);
|
||||
Assert1(!Attrs->paramHasAttr(0, ParamAttr::InReg),
|
||||
"Attribute SRet should not apply to functions!", &F);
|
||||
"Attribute InReg should not apply to functions!", &F);
|
||||
|
||||
for (FunctionType::param_iterator I = FT->param_begin(),
|
||||
E = FT->param_end(); I != E; ++I, ++Idx) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user