X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FMetadata.h;h=a6c3f039a11ec41802f5da0590c0421692b06571;hb=f78081145695baa5d0b004e674c4561245b13b52;hp=f5a80a3dced2638555151693b1850123cd058d64;hpb=2426668562623cf94809309c93b41ecea856b19d;p=oota-llvm.git diff --git a/include/llvm/Metadata.h b/include/llvm/Metadata.h index f5a80a3dced..a6c3f039a11 100644 --- a/include/llvm/Metadata.h +++ b/include/llvm/Metadata.h @@ -144,9 +144,6 @@ public: unsigned getNumOperands() const { return NumOperands; } /// isFunctionLocal - Return whether MDNode is local to a function. - /// Note: MDNodes are designated as function-local when created, and keep - /// that designation even if their operands are modified to no longer - /// refer to function-local IR. bool isFunctionLocal() const { return (getSubclassDataFromValue() & FunctionLocalBit) != 0; }