"llvm/lib/System/Unix/Signals.cpp" did not exist on "c9499b6a20b175ecb7080e110b96ea79cc1c311e"
-
Dan Gohman authored
This created an ambiguity for expandInTy to decide when to use sign-extension or zero-extension, but it turns out that most of its callers don't actually need a type conversion, now that LLVM types don't have explicit signedness. Drop expandInTy in favor of plain expand, and change the few places that actually need a type conversion to do it themselves. llvm-svn: 37591
cb9e09ad
Loading