Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
MemCpyOptimizer.cpp
Find file
Blame
History
Permalink
Uniformize the names of type predicates: rather than having isFloatTy and
· 9dff9bec
Duncan Sands
authored
Feb 15, 2010
isInteger, we now have isFloatTy and isIntegerTy. Requested by Chris! llvm-svn: 96223
9dff9bec
Loading