mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Rename this, in case people think that NullFolder
has something to do with folding null values. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54725 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
//=====-- llvm/Support/NullFolder.h - Constant folding helper -*- C++ -*-=====//
|
//======-- llvm/Support/NoFolder.h - Constant folding helper -*- C++ -*-======//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file defines the NullFolder class, a helper for IRBuilder. It provides
|
// This file defines the NoFolder class, a helper for IRBuilder. It provides
|
||||||
// IRBuilder with a set of methods for creating unfolded constants. This is
|
// IRBuilder with a set of methods for creating unfolded constants. This is
|
||||||
// useful for learners trying to understand how LLVM IR works, and who don't
|
// useful for learners trying to understand how LLVM IR works, and who don't
|
||||||
// want details to be hidden by the constant folder. For general constant
|
// want details to be hidden by the constant folder. For general constant
|
||||||
@@ -28,8 +28,8 @@
|
|||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
/// NullFolder - Create "constants" (actually, values) with no folding.
|
/// NoFolder - Create "constants" (actually, values) with no folding.
|
||||||
class NullFolder {
|
class NoFolder {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
//===--------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
Reference in New Issue
Block a user