[all-commits] [llvm/llvm-project] ed0cdb: [Constants] Remove unused isGEPWithNoNotionalOverI...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 19 02:43:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed0cdb29397ecd7d03579b846360906081d80aea
https://github.com/llvm/llvm-project/commit/ed0cdb29397ecd7d03579b846360906081d80aea
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M llvm/include/llvm/IR/Constants.h
M llvm/lib/IR/Constants.cpp
Log Message:
-----------
[Constants] Remove unused isGEPWithNoNotionalOverIndexing() method
Since d56b0ad441a34ae6c353c823969397b451f053a6, this method is
no longer used -- and shouldn't be used.
More information about the All-commits
mailing list