Use local variable for repeated use rather than 'get' method. No functional change...
authorKay Tiong Khoo <kkhoo@perfwizard.com>
Mon, 2 Dec 2013 22:23:32 +0000 (22:23 +0000)
committerKay Tiong Khoo <kkhoo@perfwizard.com>
Mon, 2 Dec 2013 22:23:32 +0000 (22:23 +0000)
commitddc7eef2cd6c098403edcc5f32b9be82bf726555
tree8669c68ccdeeef3f338a93c8b852e625c5d9ccc9
parent3059b474a48d4c34eb327e7f30b4de6e3d31d97a
Use local variable for repeated use rather than 'get' method. No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196164 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCompares.cpp