Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().
[oota-llvm.git] / lib / Target / XCore / XCoreMCAsmInfo.cpp
index 5f6feae372352b60a9e2087b5c7d3bd4cc8cd131..42ab1b31d57a76cad6f0c026eec17ccf8018a58e 100644 (file)
@@ -10,7 +10,7 @@
 #include "XCoreMCAsmInfo.h"
 using namespace llvm;
 
-XCoreMCAsmInfo::XCoreMCAsmInfo(const Target &T, const StringRef &TT) {
+XCoreMCAsmInfo::XCoreMCAsmInfo(const Target &T, StringRef TT) {
   SupportsDebugInformation = true;
   Data16bitsDirective = "\t.short\t";
   Data32bitsDirective = "\t.long\t";