X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FTarget%2FSubtargetFeature.h;h=f6a83dfbdbf21d8ae6bbac8be5ba56762ebf7635;hb=c651e4c51e11feb58e6c12fee8a8f85631269f2f;hp=a9f7a71921b6fb431ebaddca872212669524f981;hpb=9471c8a93b117d8ac01c4ef1cb9faa583e03dec0;p=oota-llvm.git diff --git a/include/llvm/Target/SubtargetFeature.h b/include/llvm/Target/SubtargetFeature.h index a9f7a71921b..f6a83dfbdbf 100644 --- a/include/llvm/Target/SubtargetFeature.h +++ b/include/llvm/Target/SubtargetFeature.h @@ -2,7 +2,7 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Jim Laskey and is distributed under the +// This file was developed by James M. Laskey and is distributed under the // University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// @@ -98,6 +98,7 @@ public: /// Print feature string. void print(std::ostream &OS) const; + void print(std::ostream *OS) const { if (OS) print(*OS); } // Dump feature info. void dump() const;