http://llvm.org/bugs/show_bug.cgi?id=9022
Anton Korobeynikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Anton Korobeynikov <[email protected]> 2011-01-21 15:19:56 CST --- According to http://llvm.org/docs/LangRef.html 'readnone' is a function attribute, thus you can apply this to function only, not to call. Please next time forward such questions to llvmdev ML, not to bugzilla, this is not a bug. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
