allow demotion to volatile values

llvm-svn: 23472
This commit is contained in:
Chris Lattner 2005-09-27 19:38:43 +00:00
parent 6f726d2c1a
commit cce0355fc0
1 changed files with 1 additions and 1 deletions

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