From a88a016f2d99488f2eff0eb6be256f2f43602afa Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 18 Apr 2013 21:45:04 +0000 Subject: Make the TargetIndependent flag have the right boolean value. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179798 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Attributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/IR/Attributes.h') diff --git a/include/llvm/IR/Attributes.h b/include/llvm/IR/Attributes.h index 4e113d6a61..f93f28b239 100644 --- a/include/llvm/IR/Attributes.h +++ b/include/llvm/IR/Attributes.h @@ -306,7 +306,7 @@ public: unsigned getStackAlignment(unsigned Index) const; /// \brief Return the attributes at the index as a string. - std::string getAsString(unsigned Index, bool TargetIndependent = false, + std::string getAsString(unsigned Index, bool TargetIndependent = true, bool InAttrGrp = false) const; typedef ArrayRef::iterator iterator; -- cgit v1.2.3