[llvm] bacade1 - [NFC] remove delcartion that shouldn't be there
via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 08:10:05 PDT 2020
Author: Tyker
Date: 2020-04-02T17:09:16+02:00
New Revision: bacade1ddf06b1807aea76a4b30d0faba3106177
URL: https://github.com/llvm/llvm-project/commit/bacade1ddf06b1807aea76a4b30d0faba3106177
DIFF: https://github.com/llvm/llvm-project/commit/bacade1ddf06b1807aea76a4b30d0faba3106177.diff
LOG: [NFC] remove delcartion that shouldn't be there
Added:
Modified:
llvm/include/llvm/Analysis/AssumeBundleQueries.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Analysis/AssumeBundleQueries.h b/llvm/include/llvm/Analysis/AssumeBundleQueries.h
index c2083e94e972..ba8284255645 100644
--- a/llvm/include/llvm/Analysis/AssumeBundleQueries.h
+++ b/llvm/include/llvm/Analysis/AssumeBundleQueries.h
@@ -21,17 +21,6 @@
namespace llvm {
class IntrinsicInst;
-/// Build a call to llvm.assume to preserve informations that can be derived
-/// from the given instruction.
-/// If no information derived from \p I, this call returns null.
-/// The returned instruction is not inserted anywhere.
-IntrinsicInst *buildAssumeFromInst(Instruction *I);
-
-/// Calls BuildAssumeFromInst and if the resulting llvm.assume is valid insert
-/// if before I. This is usually what need to be done to salvage the knowledge
-/// contained in the instruction I.
-void salvageKnowledge(Instruction *I);
-
/// Index of elements in the operand bundle.
/// If the element exist it is guaranteed to be what is specified in this enum
/// but it may not exist.
More information about the llvm-commits
mailing list