[all-commits] [llvm/llvm-project] dce53d: [IRMover] Use GlobalValue::getAddressSpace instead...

Teresa Johnson via All-commits all-commits at lists.llvm.org
Tue Nov 5 13:54:55 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dce53d71987d9c44360d8a8d995ca2ad042f990f
      https://github.com/llvm/llvm-project/commit/dce53d71987d9c44360d8a8d995ca2ad042f990f
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/Linker/IRMover.cpp

  Log Message:
  -----------
  [IRMover] Use GlobalValue::getAddressSpace instead of directly from its type [NFC]

Summary: Change the old form of G->getType()->getAddressSpace() to the new G->getAddressSpace() (underneath does the same).

Patch by Ehud Katz <ehudkatz at gmail.com>

Reviewers: tejohnson, chandlerc

Reviewed By: tejohnson

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list