Fix the profile of the function (fix commit 190048)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190051 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp
index c8d70cb..64b00d7 100644
--- a/lib/Basic/Targets.cpp
+++ b/lib/Basic/Targets.cpp
@@ -296,8 +296,7 @@
Builder.defineMacro("_GNU_SOURCE");
}
public:
- KFreeBSDTargetInfo(const std::string &triple)
- : OSTargetInfo<Target>(triple) {
+ KFreeBSDTargetInfo(const llvm::Triple &Triple) : OSTargetInfo<Target>(Triple) {
this->UserLabelPrefix = "";
}
};