mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-04 16:54:01 +00:00
Fix TableGen code generation for ReadNone attribute.
Patch by Pete Abred! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b00227629
commit
f4745ecbb4
@ -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…
Reference in New Issue
Block a user