test commit

Change-Id: Ibaa2e1115544ddfa491335b81226819fd9cc04b4
llvm-svn: 241260
This commit is contained in:
Alexandros Lamprineas 2015-07-02 13:21:34 +00:00
parent c553ae13b5
commit 73b076159b
1 changed files with 2 additions and 0 deletions

View File

@ -4224,7 +4224,9 @@ public:
// zero length bitfield.
UseZeroLengthBitfieldAlignment = true;
}
StringRef getABI() const override { return ABI; }
bool setABI(const std::string &Name) override {
ABI = Name;