mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 06:06:32 +00:00
Cleanup header file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8622 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75ebab89ff
commit
b912491329
@ -1,4 +1,5 @@
|
||||
//===- DemoteRegToStack.h - Move a virtual reg. to stack --------*- C++ -*-===//
|
||||
//
|
||||
// This file provides the function:
|
||||
// AllocaInst* DemoteRegToStack(Instruction& X):
|
||||
//
|
||||
@ -13,9 +14,10 @@
|
||||
// (4) Delete X and all the Phis, which should all now be dead.
|
||||
//
|
||||
// Returns the pointer to the alloca inserted to create a stack slot for X.
|
||||
//----------------------------------------------------------------------------
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
class Instruction;
|
||||
class AllocaInst;
|
||||
|
||||
extern AllocaInst* DemoteRegToStack(Instruction& X);
|
||||
AllocaInst *DemoteRegToStack(Instruction &X);
|
||||
|
Loading…
Reference in New Issue
Block a user