[llvm-commits] [parallel] CVS: llvm/include/llvm/Transforms/Scalar.h

Misha Brukman brukman at cs.uiuc.edu
Tue Mar 30 16:16:01 PST 2004


Changes in directory llvm/include/llvm/Transforms:

Scalar.h updated: 1.31.4.1 -> 1.31.4.2

---
Log message:

Merge from trunk.


---
Diffs of the changes:  (+6 -0)

Index: llvm/include/llvm/Transforms/Scalar.h
diff -u llvm/include/llvm/Transforms/Scalar.h:1.31.4.1 llvm/include/llvm/Transforms/Scalar.h:1.31.4.2
--- llvm/include/llvm/Transforms/Scalar.h:1.31.4.1	Mon Mar  1 17:57:19 2004
+++ llvm/include/llvm/Transforms/Scalar.h	Tue Mar 30 16:15:03 2004
@@ -262,6 +262,12 @@
 //
 FunctionPass *createLowerSwitchPass();
 
+//===----------------------------------------------------------------------===//
+// This pass converts SelectInst instructions into conditional branch and PHI
+// instructions.  If the OnlyFP flag is set to true, then only floating point
+// select instructions are lowered.
+//
+FunctionPass *createLowerSelectPass(bool OnlyFP = false);
 
 //===----------------------------------------------------------------------===//
 // This pass converts 'invoke' instructions calls, and 'unwind' instructions





More information about the llvm-commits mailing list