[llvm-commits] CVS: llvm/test/Feature/constexpr.ll

Reid Spencer reid at x10sys.com
Fri Jan 5 09:22:28 PST 2007



Changes in directory llvm/test/Feature:

constexpr.ll updated: 1.11 -> 1.12
---
Log message:

For PR1077: http://llvm.org/PR1077 :
Global variable definitions with the same name and same type are no longer 
valid so don't attempt to test for this "feature".


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

 constexpr.ll |   12 ------------
 1 files changed, 12 deletions(-)


Index: llvm/test/Feature/constexpr.ll
diff -u llvm/test/Feature/constexpr.ll:1.11 llvm/test/Feature/constexpr.ll:1.12
--- llvm/test/Feature/constexpr.ll:1.11	Fri Dec  1 22:23:07 2006
+++ llvm/test/Feature/constexpr.ll	Fri Jan  5 11:22:13 2007
@@ -77,18 +77,6 @@
 ;; TODO: Test constant expressions for unary and binary operators
 ;;---------------------------------------------------------
 
-
-;;---------------------------------------------------
-;; Test duplicate constant expressions
-;;---------------------------------------------------
-
-%t4 = global int** cast (uint** %t3 to int**)
-
-%char8a = global int* cast (sbyte* getelementptr([11x sbyte]* %somestr, long 0, long 8) to int*)
-
-;%S3fld3 = global float* getelementptr (%SAType** %S3, long 0, long 0, uint 1, uint 0, long 0) 
-
-
 ;;---------------------------------------------------
 
 implementation






More information about the llvm-commits mailing list