llvm-project/llvm/include
Eli Friedman b8f6a4fc8e Replace isTrapping with a new, similar method called
isSafeToSpeculativelyExecute. The new method is a bit closer to what 
the callers actually care about in that it rejects more things callers 
don't want.  It also adds more precise handling for integer 
division, and unifies code for analyzing the legality of a speculative 
load.

llvm-svn: 76150
2009-07-17 04:28:42 +00:00
..
llvm Replace isTrapping with a new, similar method called 2009-07-17 04:28:42 +00:00
llvm-c Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ 2009-07-15 22:00:31 +00:00