fix a bogus "I" that I added to the per-function attribute list.

llvm-svn: 115333
This commit is contained in:
Chris Lattner 2010-10-01 19:47:04 +00:00
parent 89e6f6759f
commit 2d084d07c8
1 changed files with 1 additions and 1 deletions

View 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")