diff --git a/llvm/include/llvm/IR/Instructions.h b/llvm/include/llvm/IR/Instructions.h index 0f9bf0f12d446..d152e86488e1b 100644 --- a/llvm/include/llvm/IR/Instructions.h +++ b/llvm/include/llvm/IR/Instructions.h @@ -126,9 +126,6 @@ class AllocaInst : public UnaryInstruction { setSubclassData(Log2(Align)); } - // FIXME: Remove this one transition to Align is over. - uint64_t getAlignment() const { return getAlign().value(); } - /// Return true if this alloca is in the entry block of the function and is a /// constant size. If so, the code generator will fold it into the /// prolog/epilog code, so it is basically free.