mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 07:41:38 +00:00
allow demotion to volatile values
llvm-svn: 23472
This commit is contained in:
parent
521f09d4c5
commit
dbef366ea5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user