mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
Point people to ConstantExpr and ConstantFolding,
in case they get the wrong idea. Fit in 80 columns. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54676 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file defines the ConstantFolder class, which provides a set of methods
|
||||
// for creating constants, with minimal folding.
|
||||
// This file defines the ConstantFolder class, a helper for IRBuilder.
|
||||
// It provides IRBuilder with a set of methods for creating constants
|
||||
// with minimal folding. For general constant creation and folding,
|
||||
// use ConstantExpr and the routines in llvm/Analysis/ConstantFolding.h.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user