OSDN Git Service

For PR1077:
authorReid Spencer <rspencer@reidspencer.com>
Fri, 5 Jan 2007 17:22:13 +0000 (17:22 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 5 Jan 2007 17:22:13 +0000 (17:22 +0000)
Global variable definitions with the same name and same type are no longer
valid so don't attempt to test for this "feature".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32909 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/constexpr.ll

index afbe0cd..aea8944 100644 (file)
@@ -77,18 +77,6 @@ global float 0.0
 ;; 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