[commit: ghc] master: Rename SpecInfo to RuleInfo (upon SPJ's advice). (840df33)
git at git.haskell.org
git at git.haskell.org
Sat Oct 10 13:39:42 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/840df33685e8c746ade4b9d4d0eb7c764a773e48/ghc
>---------------------------------------------------------------
commit 840df33685e8c746ade4b9d4d0eb7c764a773e48
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Sat Oct 10 14:34:21 2015 +0200
Rename SpecInfo to RuleInfo (upon SPJ's advice).
Test Plan: validate
Reviewers: simonpj, austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1319
>---------------------------------------------------------------
840df33685e8c746ade4b9d4d0eb7c764a773e48
compiler/basicTypes/Id.hs | 12 ++++-----
compiler/basicTypes/IdInfo.hs | 56 +++++++++++++++++++--------------------
compiler/basicTypes/MkId.hs | 6 ++---
compiler/coreSyn/CoreFVs.hs | 2 +-
compiler/coreSyn/CorePrep.hs | 2 +-
compiler/coreSyn/CoreSeq.hs | 8 +++---
compiler/coreSyn/CoreSubst.hs | 14 +++++-----
compiler/coreSyn/PprCore.hs | 2 +-
compiler/main/TidyPgm.hs | 2 +-
compiler/simplCore/OccurAnal.hs | 2 +-
compiler/simplCore/SetLevels.hs | 2 +-
compiler/simplCore/SimplCore.hs | 12 ++++-----
compiler/simplCore/Simplify.hs | 6 ++---
compiler/specialise/Rules.hs | 28 ++++++++++----------
compiler/specialise/SpecConstr.hs | 20 +++++++-------
compiler/specialise/Specialise.hs | 2 +-
16 files changed, 88 insertions(+), 88 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 840df33685e8c746ade4b9d4d0eb7c764a773e48
More information about the ghc-commits
mailing list