diff options
| author | Kazu Hirata <kazu@google.com> | 2025-11-01 19:56:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-01 19:56:08 -0700 |
| commit | a4c7ce2d5e24fc6877e5eb3df6ec98f8d38afe4a (patch) | |
| tree | c5d10055ef31fcbc952af3734baf088e54382070 /clang/lib/Frontend/CompilerInvocation.cpp | |
| parent | 21959ac88d6f486bc28727cae4729c5513380340 (diff) | |
| download | llvm-a4c7ce2d5e24fc6877e5eb3df6ec98f8d38afe4a.zip llvm-a4c7ce2d5e24fc6877e5eb3df6ec98f8d38afe4a.tar.gz llvm-a4c7ce2d5e24fc6877e5eb3df6ec98f8d38afe4a.tar.bz2 | |
[IR, Analysis] Remove redundant declarations (NFC) (#166023)
These ConstantFold* functions are declared in both:
- llvm/include/llvm/Analysis/ConstantFolding.h
- llvm/include/llvm/IR/ConstantFold.h
However, the implementation resides in llvm/lib/IR/ConstantFold.cpp.
This patch removes the declarations in Analysis/ConstantFolding.h and
moves associated comments to IR/ConstantFold.h.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
