summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-07-08 13:13:42 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-07-08 13:13:42 +0000
commit324ad956e0cb6ccce9c0ce3d5fc2fa1fe86ab7fd (patch)
tree7330355d380cd91cd7240686dbd6775174972366 /llvm/lib/Target
parentb0250948c6e52d6c1f7fcfc05af404a084f85c31 (diff)
downloadbcm5719-llvm-324ad956e0cb6ccce9c0ce3d5fc2fa1fe86ab7fd.tar.gz
bcm5719-llvm-324ad956e0cb6ccce9c0ce3d5fc2fa1fe86ab7fd.zip
[mips] Fixed struct/class mismatch introduced in r212522.
Clang emits a warning about this. llvm-svn: 212528
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/Mips/MipsTargetStreamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsTargetStreamer.h b/llvm/lib/Target/Mips/MipsTargetStreamer.h
index 1839082aecf..7778f40be60 100644
--- a/llvm/lib/Target/Mips/MipsTargetStreamer.h
+++ b/llvm/lib/Target/Mips/MipsTargetStreamer.h
@@ -16,7 +16,7 @@
namespace llvm {
-class MipsABIFlagsSection;
+struct MipsABIFlagsSection;
using Val_GNU_MIPS_ABI = MipsABIFlagsSection::Val_GNU_MIPS_ABI;
OpenPOWER on IntegriCloud