]> granicus.if.org Git - clang/commitdiff
fix a bogus "I" that I added to the per-function attribute list.
authorChris Lattner <sabre@nondot.org>
Fri, 1 Oct 2010 19:47:04 +0000 (19:47 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Oct 2010 19:47:04 +0000 (19:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115333 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Builtins.def

index ca710423d912bc38fa1180aca43a93e6486443e7..7f70f276152903e17085195ceae7ba24f9c32dd7 100644 (file)
@@ -368,7 +368,7 @@ BUILTIN(__builtin___vfprintf_chk, "iP*icC*a", "FP:2:")
 BUILTIN(__builtin___vprintf_chk, "iicC*a", "FP:1:")
 
 BUILTIN(__builtin_expect, "LiLiLi"   , "nc")
-BUILTIN(__builtin_prefetch, "vvC*.", "nIc")
+BUILTIN(__builtin_prefetch, "vvC*.", "nc")
 BUILTIN(__builtin_trap, "v", "nr")
 BUILTIN(__builtin_unreachable, "v", "nr")
 BUILTIN(__builtin_shufflevector, "v."   , "nc")