mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-22 02:05:01 +00:00
Give these files top-level comments that describe the current code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81473 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fa82441868
commit
83e3c4f9d7
@ -1,4 +1,4 @@
|
||||
//===-- ConstantFolding.h - Analyze constant folding possibilities --------===//
|
||||
//===-- ConstantFolding.h - Fold instructions into constants --------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -7,8 +7,12 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This family of functions determines the possibility of performing constant
|
||||
// folding.
|
||||
// This file declares routines for folding instructions into constants.
|
||||
//
|
||||
// Also, to supplement the basic VMCore ConstantExpr simplifications,
|
||||
// this file declares some additional folding routines that can make use of
|
||||
// TargetData information. These functions cannot go in VMCore due to library
|
||||
// dependency issues.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- ConstantFolding.cpp - Analyze constant folding possibilities ------===//
|
||||
//===-- ConstantFolding.cpp - Fold instructions into constants ------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -7,8 +7,12 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This family of functions determines the possibility of performing constant
|
||||
// folding.
|
||||
// This file defines routines for folding instructions into constants.
|
||||
//
|
||||
// Also, to supplement the basic VMCore ConstantExpr simplifications,
|
||||
// this file defines some additional folding routines that can make use of
|
||||
// TargetData information. These functions cannot go in VMCore due to library
|
||||
// dependency issues.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user