allow demotion to volatile values

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23472 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-09-27 19:38:43 +00:00
parent 90b108774f
commit cc0f703f42

View File

@ -98,7 +98,7 @@ bool SimplifyCFG(BasicBlock *BB);
/// invalidating the SSA information for the value. It returns the pointer to
/// the alloca inserted to create a stack slot for X.
///
AllocaInst *DemoteRegToStack(Instruction &X);
AllocaInst *DemoteRegToStack(Instruction &X, bool VolatileLoads = false);
} // End llvm namespace