mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
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:
parent
104eac156e
commit
754bdacf46
@ -21,7 +21,7 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class LLVMContext;
|
||||
struct LLVMContext;
|
||||
|
||||
/// ConstantFolder - Create constants with minimum, target independent, folding.
|
||||
class ConstantFolder {
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class LLVMContext;
|
||||
struct LLVMContext;
|
||||
|
||||
/// NoFolder - Create "constants" (actually, values) with no folding.
|
||||
class NoFolder {
|
||||
|
Loading…
Reference in New Issue
Block a user