forked from OSchip/llvm-project
parent
3929249281
commit
57cc6aff5e
|
@ -479,6 +479,7 @@ BUILTIN(__builtin_expect, "LiLiLi" , "nc")
|
|||
BUILTIN(__builtin_prefetch, "vvC*.", "nc")
|
||||
BUILTIN(__builtin_readcyclecounter, "ULLi", "n")
|
||||
BUILTIN(__builtin_trap, "v", "nr")
|
||||
BUILTIN(__builtin_debugtrap, "v", "nr")
|
||||
BUILTIN(__builtin_unreachable, "v", "nr")
|
||||
BUILTIN(__builtin_shufflevector, "v." , "nc")
|
||||
BUILTIN(__builtin_alloca, "v*z" , "n")
|
||||
|
|
Loading…
Reference in New Issue