[PATCH] D13120: [Function] Clean up {prefix, prologue} data routines (NFC)

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 15:31:04 PDT 2015


vsk created this revision.
vsk added a reviewer: pcc.
vsk added a subscriber: llvm-commits.

Factor out some common code used to get+set function prefix/prologue
data. This may come in handy if we ever decide to store personality
functions in the same way we store prefix/prologue data.

Also, update the number of bits to reflect how many we actually use to
store calling convention identifiers.

http://reviews.llvm.org/D13120

Files:
  include/llvm/IR/Function.h
  lib/IR/Function.cpp
  lib/IR/LLVMContextImpl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13120.35562.patch
Type: text/x-patch
Size: 4782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150923/19babb6e/attachment.bin>


More information about the llvm-commits mailing list