[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/Local.h

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 27 12:38:55 PDT 2005



Changes in directory llvm/include/llvm/Transforms/Utils:

Local.h updated: 1.20 -> 1.21
---
Log message:

allow demotion to volatile values


---
Diffs of the changes:  (+1 -1)

 Local.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Transforms/Utils/Local.h
diff -u llvm/include/llvm/Transforms/Utils/Local.h:1.20 llvm/include/llvm/Transforms/Utils/Local.h:1.21
--- llvm/include/llvm/Transforms/Utils/Local.h:1.20	Mon Sep 26 00:26:32 2005
+++ llvm/include/llvm/Transforms/Utils/Local.h	Tue Sep 27 14:38:43 2005
@@ -98,7 +98,7 @@
 /// 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
 






More information about the llvm-commits mailing list