Pass EphValues by const-ref as it is not modified in the callee
authorSebastian Pop <sebpop@gmail.com>
Wed, 3 Aug 2016 19:13:50 +0000 (19:13 +0000)
committerSebastian Pop <sebpop@gmail.com>
Wed, 3 Aug 2016 19:13:50 +0000 (19:13 +0000)
commit031b1bc06ff6e3145abf2e81f6e413904b0fb1d0
tree8e8aefb64014a7a1e0320d2e76ed670e566df29e
parentfcac6f83762ff1a6b97bd0e335c673a49b8c5675
Pass EphValues by const-ref as it is not modified in the callee

Patch by Aditya Kumar.

Differential Revision: https://reviews.llvm.org/D22967

llvm-svn: 277634
llvm/include/llvm/Analysis/CodeMetrics.h
llvm/lib/Analysis/CodeMetrics.cpp