]> granicus.if.org Git - llvm/commit
[JumpThreading] Use some temporary variables to reduce the number of times we call...
authorCraig Topper <craig.topper@intel.com>
Fri, 23 Jun 2017 05:41:32 +0000 (05:41 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 23 Jun 2017 05:41:32 +0000 (05:41 +0000)
commitd26da70a968a555e4660b39f3913f4293b151203
tree45d48feb1c2f41f52ff6a69a6bcd7411e496c25c
parentef42908fbcddb5c399edeea3d8786148409e22c7
[JumpThreading] Use some temporary variables to reduce the number of times we call the same methods. NFC

A future patch will add even more uses of these variables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306084 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/JumpThreading.cpp