[cfe-commits] r154937 - /cfe/trunk/include/clang/Basic/BuiltinsHexagon.def

Sirish Pande spande at codeaurora.org
Tue Apr 17 11:22:48 PDT 2012


Author: sirish
Date: Tue Apr 17 13:22:48 2012
New Revision: 154937

URL: http://llvm.org/viewvc/llvm-project?rev=154937&view=rev
Log:
Typo fix.

Modified:
    cfe/trunk/include/clang/Basic/BuiltinsHexagon.def

Modified: cfe/trunk/include/clang/Basic/BuiltinsHexagon.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/BuiltinsHexagon.def?rev=154937&r1=154936&r2=154937&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/BuiltinsHexagon.def (original)
+++ cfe/trunk/include/clang/Basic/BuiltinsHexagon.def Tue Apr 17 13:22:48 2012
@@ -15,12 +15,12 @@
 // The format of this database matches clang/Basic/Builtins.def.
 
 
-// This one below is not generated from the autogenerated iset.py.
-// So make sure you donot overwrite this one.
+// This ones below are not autogenerated from iset.py.
+// Make sure you do not overwrite these.
 BUILTIN(__builtin_SI_to_SXTHI_asrh, "ii", "")
 BUILTIN(__builtin_circ_ldd, "LLi*LLi*LLi*ii", "")
-// This one above is not generated from the autogenerated iset.py.
-// So make sure you donot overwrite this one.
+// This ones above are not autogenerated from iset.py.
+// Make sure you do not overwrite these.
 
 BUILTIN(__builtin_HEXAGON_C2_cmpeq,"bii","")
 BUILTIN(__builtin_HEXAGON_C2_cmpgt,"bii","")





More information about the cfe-commits mailing list