mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Make output match actual condition tested. Thanks, Duncan.
llvm-svn: 40464
This commit is contained in:
parent
aa2a753350
commit
4e179b88aa
@ -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…
Reference in New Issue
Block a user