mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
Revert "[BitCode] decode nossp fn attr"
This reverts commit 0b11d018cc2f2c6bea5dac8dc72140cdb502ca02. Going with a simpler approach.
This commit is contained in:
@@ -1537,8 +1537,6 @@ static Attribute::AttrKind getAttrFromCode(uint64_t Code) {
|
||||
return Attribute::ByRef;
|
||||
case bitc::ATTR_KIND_MUSTPROGRESS:
|
||||
return Attribute::MustProgress;
|
||||
case bitc::ATTR_KIND_NO_STACK_PROTECT:
|
||||
return Attribute::NoStackProtect;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user