Rename llvm.recoverframeallocation to llvm.framerecover
authorReid Kleckner <reid@kleckner.net>
Tue, 13 Jan 2015 01:51:34 +0000 (01:51 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 13 Jan 2015 01:51:34 +0000 (01:51 +0000)
commitd8f69a72018761fbd4d02505890422b26d0f16dc
treeca7b7ecba8d4bd571dfa6aced6228e7a86ca08c0
parent2b390f4dcf5bca42f0d3b48fb216a08edb26dd98
Rename llvm.recoverframeallocation to llvm.framerecover

This name is less descriptive, but it sort of puts things in the
'llvm.frame...' namespace, relating it to frameallocate and
frameaddress. It also avoids using "allocate" and "allocation" together.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225752 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.rst
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/IR/Intrinsics.td
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/IR/Verifier.cpp
lib/Target/X86/X86InstrInfo.td
test/CodeGen/X86/frameallocate.ll
test/Verifier/frameallocate.ll