OSDN Git Service

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)
commit52f0f65dcd7c148bacbb32f82ef084b5434927fc
tree13961ba5b0e639f38247fb22aede0d0a141f4b81
parentd22c167594f71eded1038515e1eeb2b6b5bb64b2
Pass EphValues by const-ref as it is not modified in the callee

Patch by Aditya Kumar.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277634 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CodeMetrics.h
lib/Analysis/CodeMetrics.cpp