These intrinsics do not access memory

llvm-svn: 21718
This commit is contained in:
Chris Lattner 2005-05-06 05:21:04 +00:00
parent ef298a3b8a
commit b2d3ac8349
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ namespace {
static const char *DoesntAccessMemoryTable[] = {
// LLVM intrinsics:
"llvm.frameaddress", "llvm.returnaddress", "llvm.readport",
"llvm.isunordered", "llvm.sqrt",
"llvm.isunordered", "llvm.sqrt", "llvm.ctpop", "llvm.ctlz", "llvm.cttz",
"abs", "labs", "llabs", "imaxabs", "fabs", "fabsf", "fabsl",
"trunc", "truncf", "truncl", "ldexp",