summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZSubtarget.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 13:54:20 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 13:54:20 +0000
commit2fdecaf1d53ea3b2a1468c75f2ebb9e5bd5bba76 (patch)
treee1dbc1dcdd0370684fde2b5f93e8f8f6ece9ca90 /lib/Target/SystemZ/SystemZSubtarget.h
parentdd0239b42c8dc94fd3ab264ed11c4036bf3eda03 (diff)
downloadllvm-2fdecaf1d53ea3b2a1468c75f2ebb9e5bd5bba76.tar.gz
llvm-2fdecaf1d53ea3b2a1468c75f2ebb9e5bd5bba76.tar.bz2
llvm-2fdecaf1d53ea3b2a1468c75f2ebb9e5bd5bba76.tar.xz
Unbreak due to mainline api change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75952 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZSubtarget.h')
-rw-r--r--lib/Target/SystemZ/SystemZSubtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZSubtarget.h b/lib/Target/SystemZ/SystemZSubtarget.h
index fbd31a3a1b..6c51695725 100644
--- a/lib/Target/SystemZ/SystemZSubtarget.h
+++ b/lib/Target/SystemZ/SystemZSubtarget.h
@@ -33,7 +33,7 @@ public:
/// ParseSubtargetFeatures - Parses features string setting specified
/// subtarget options. Definition of function is auto generated by tblgen.
- void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU);
+ std::string ParseSubtargetFeatures(const std::string &FS, const std::string &CPU);
};
} // End llvm namespace