The BLX instruction is encoded differently than the BL, because why not? In
[oota-llvm.git] / lib / Target / Blackfin / BlackfinMCAsmInfo.cpp
index 6d0f66cd7a5d127ca6c2feb1597821c1a4d0ac2d..5b9d4a29794e48e72da48170d794ff9d495634ca 100644 (file)
@@ -15,7 +15,8 @@
 
 using namespace llvm;
 
-BlackfinMCAsmInfo::BlackfinMCAsmInfo(const Target &T, const StringRef &TT) {
+BlackfinMCAsmInfo::BlackfinMCAsmInfo(const Target &T, StringRef TT) {
   GlobalPrefix = "_";
   CommentString = "//";
+  HasSetDirective = false;
 }