projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd0239b
)
Unbreak due to mainline api change
author
Anton Korobeynikov
<asl@math.spbu.ru>
Thu, 16 Jul 2009 13:54:20 +0000
(13:54 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Thu, 16 Jul 2009 13:54:20 +0000
(13:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75952
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SystemZ/SystemZSubtarget.h
patch
|
blob
|
history
diff --git
a/lib/Target/SystemZ/SystemZSubtarget.h
b/lib/Target/SystemZ/SystemZSubtarget.h
index fbd31a3a1bdb87753c4374a2fbb1b7997b2b3d1c..6c516957251886e2ccb31411020de21f55a8823f 100644
(file)
--- 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