Add a const lookup routine to get a BlockAddress constant if there is
[oota-llvm.git] / lib / MC / MCRelocationInfo.cpp
index a2a3174555a61721d4c115fa723ffd28eed109df..7d2ec1fd9a2cccac034880a5be1d05914d1adb9b 100644 (file)
@@ -8,9 +8,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/MC/MCRelocationInfo.h"
+#include "llvm-c/Disassembler.h"
 #include "llvm/Object/ObjectFile.h"
 #include "llvm/Support/TargetRegistry.h"
-#include "llvm-c/Disassembler.h"
 
 using namespace llvm;
 
@@ -34,6 +34,6 @@ MCRelocationInfo::createExprForCAPIVariantKind(const MCExpr *SubExpr,
   return SubExpr;
 }
 
-MCRelocationInfo *llvm::createMCRelocationInfo(MCContext &Ctx) {
+MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
   return new MCRelocationInfo(Ctx);
 }