Set bit instead of calling pow() to compute 2 << n
authorVictor Hernandez <vhernandez@apple.com>
Mon, 2 Nov 2009 18:51:28 +0000 (18:51 +0000)
committerVictor Hernandez <vhernandez@apple.com>
Mon, 2 Nov 2009 18:51:28 +0000 (18:51 +0000)
commitbc117b83f6f646c55a98a5b408e0b1dfcacc275e
treea28bee5afc80053c17d67e4709043bd1a20b1c5e
parentee7644da4cbc18f95495a5217c6a0c61eb13c767
Set bit instead of calling pow() to compute 2 << n

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85814 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/MemoryBuiltins.cpp