This patch corrects commit 165126 by using an integer bit width instead of
authorPreston Gurd <preston.gurd@intel.com>
Thu, 4 Oct 2012 21:33:40 +0000 (21:33 +0000)
committerPreston Gurd <preston.gurd@intel.com>
Thu, 4 Oct 2012 21:33:40 +0000 (21:33 +0000)
commit0d67f5106c51cb0f72437336449dc46100254a85
tree134970ab6b621d4628fcaa4b7a7013f8c320b460
parent330840ffd920c1e9f58561a227c0b3dbe86650da
This patch corrects commit 165126 by using an integer bit width instead of
a pointer to a type, in order to remove the uses of getGlobalContext().

Patch by Tyler Nowicki.

llvm-svn: 165255
llvm/include/llvm/Target/TargetLowering.h
llvm/include/llvm/Transforms/Utils/BypassSlowDivision.h
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
llvm/lib/Transforms/Utils/BypassSlowDivision.cpp