mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
[mips] Fixed struct/class mismatch introduced in r212522.
Clang emits a warning about this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3c6b29cbde
commit
7a16d24f8d
@ -16,7 +16,7 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class MipsABIFlagsSection;
|
||||
struct MipsABIFlagsSection;
|
||||
|
||||
using Val_GNU_MIPS_ABI = MipsABIFlagsSection::Val_GNU_MIPS_ABI;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user