OSDN Git Service

[SCEV] Replace a struct with a function; NFC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 27 Sep 2016 18:01:48 +0000 (18:01 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 27 Sep 2016 18:01:48 +0000 (18:01 +0000)
commite42a387356820112970d816e8eea4756c01bd20e
treec074723b6eeebbab6f6abb0bc85cfa23b7319c75
parent9f114d87fc6bccff6b5eaf1f8105dd37f88e67dd
[SCEV] Replace a struct with a function; NFC

We can do this now thanks to C++11 lambdas.

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