mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 03:06:28 +00:00
Fix TableGen code generation for ReadNone attribute.
Patch by Pete Abred! llvm-svn: 243689
This commit is contained in:
parent
be203a58fb
commit
2b6a10e63b
@ -636,7 +636,7 @@ EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) {
|
||||
case CodeGenIntrinsic::ReadNone:
|
||||
if (addComma)
|
||||
OS << ",";
|
||||
OS << "Attributes::ReadNone";
|
||||
OS << "Attribute::ReadNone";
|
||||
addComma = true;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user