X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FObject%2FBinary.h;h=a0d1127781f64bc963865237650bfebf02cc4ae9;hp=36911d8f327a1a073b691dd00b2c9cec29946d63;hb=9dd98c0eab67b0fb3e3dc06df97769dabbe9543b;hpb=68eb8a5215e834f4f316c70759ef3504390ece73 diff --git a/include/llvm/Object/Binary.h b/include/llvm/Object/Binary.h index 36911d8f327..a0d1127781f 100644 --- a/include/llvm/Object/Binary.h +++ b/include/llvm/Object/Binary.h @@ -42,7 +42,7 @@ protected: ID_Archive, ID_MachOUniversalBinary, ID_COFFImportFile, - ID_IR, // LLVM IR + ID_IR, // LLVM IR ID_FunctionIndex, // Function summary index // Object and children. @@ -123,9 +123,7 @@ public: return TypeID == ID_IR; } - bool isFunctionIndex() const { - return TypeID == ID_FunctionIndex; - } + bool isFunctionIndex() const { return TypeID == ID_FunctionIndex; } bool isLittleEndian() const { return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B ||