Fix struct/class mismatch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78686 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2009-08-11 17:27:20 +00:00
parent 104eac156e
commit 754bdacf46
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
namespace llvm {
class LLVMContext;
struct LLVMContext;
/// ConstantFolder - Create constants with minimum, target independent, folding.
class ConstantFolder {

View File

@ -28,7 +28,7 @@
namespace llvm {
class LLVMContext;
struct LLVMContext;
/// NoFolder - Create "constants" (actually, values) with no folding.
class NoFolder {