<div dir="ltr">I've applied this thusly:<div><br></div><div><div>dzur:~/sources/llvm> git svn dcommit </div><div>Committing to <a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_svn_llvm-2Dproject_llvm_trunk&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=mQ4LZ2PUj9hpadE3cDHZnIdEwhEBrbAstXeMaFoB9tg&m=xbCJQ1HudP2_6XsSxRBAirlIFAE1wLnTG4ibmML0XV0&s=JwkMKcc_RP68d5kb7znIagZmxUSPZckAMBalYrBKW38&e=">https://llvm.org/svn/llvm-project/llvm/trunk</a> ...</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>M<span class="Apple-tab-span" style="white-space:pre">   </span>utils/TableGen/IntrinsicEmitter.cpp</div><div>Committed r243689</div></div><div><br></div><div><br></div><div>Thanks!</div><div><br></div><div>-eric</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 30, 2015 at 12:22 AM <<a href="mailto:servuswiegehtz@yahoo.de">servuswiegehtz@yahoo.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: Pete Abred <<a href="mailto:servuswiegehtz@yahoo.de" target="_blank">servuswiegehtz@yahoo.de</a>><br>
<br>
---<br>
Fix typo in code generation of the attribute ReadNone. Noone notices before because the attribute is not used yet<br>
 utils/TableGen/IntrinsicEmitter.cpp | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/utils/TableGen/IntrinsicEmitter.cpp b/utils/TableGen/IntrinsicEmitter.cpp<br>
index 18a8db6..cebe5bb 100644<br>
--- a/utils/TableGen/IntrinsicEmitter.cpp<br>
+++ b/utils/TableGen/IntrinsicEmitter.cpp<br>
@@ -636,7 +636,7 @@ EmitAttributes(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) {<br>
           case CodeGenIntrinsic::ReadNone:<br>
             if (addComma)<br>
               OS << ",";<br>
-            OS << "Attributes::ReadNone";<br>
+            OS << "Attribute::ReadNone";<br>
             addComma = true;<br>
             break;<br>
           }<br>
--<br>
2.4.3<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div>