summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-03-27 14:10:00 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-03-27 14:10:00 +0000
commitbe648a3c160220a170fa1967968a4a68a5e38c50 (patch)
tree5f216529f6cffa91a7ac00424870d78d9df25e8c /llvm
parent11897344136675891af0649744722c7f6d977f23 (diff)
downloadbcm5719-llvm-be648a3c160220a170fa1967968a4a68a5e38c50.tar.gz
bcm5719-llvm-be648a3c160220a170fa1967968a4a68a5e38c50.zip
The forward declare should be a struct instead of a class (to be consistent with the definition, as well as to silence an MSVC C4099 warning).
llvm-svn: 204928
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h b/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
index ae8fd1cece6..082a340efe8 100644
--- a/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
+++ b/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
@@ -22,7 +22,7 @@
namespace llvm {
class MCAssembler;
-class MCFixupKindInfo;
+struct MCFixupKindInfo;
class Target;
class MCObjectWriter;
OpenPOWER on IntegriCloud