[all-commits] [llvm/llvm-project] d15325: [ValueLattice] Remove obsolete getConstantInt (NFC).

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Feb 10 10:25:54 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d15325c9e0a06624f3675363b497da360f9b102c
      https://github.com/llvm/llvm-project/commit/d15325c9e0a06624f3675363b497da360f9b102c
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/ValueLattice.h

  Log Message:
  -----------
  [ValueLattice] Remove obsolete getConstantInt (NFC).

ConstantInt values are always represented as constant ranges with a
single element. getConstantInt is obsolete, as pointed out by @nikic
during D60581.

Reviewers: nikic

Reviewed By: nikic

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




More information about the All-commits mailing list