1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix build.

llvm-svn: 114292
This commit is contained in:
Michael J. Spencer 2010-09-18 17:54:37 +00:00
parent 9c3a9bf8aa
commit 3a9b3aae55

View File

@ -38,6 +38,7 @@ public:
unsigned getNumFixupKinds() const {
assert(0 && "ARMMCCodeEmitter::getNumFixupKinds() not yet implemented.");
return 0;
}
const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const {