summaryrefslogtreecommitdiff
path: root/test/Feature/constexpr.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-05 17:22:13 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-05 17:22:13 +0000
commit4933af147aa7a5d67d58f4d0d375aebf6a8f33f2 (patch)
tree6a307cfdb8f78a8bb184d4cd5398fa068bc1a1a3 /test/Feature/constexpr.ll
parent319a730353be54300a64d555fb3896a926a0ff05 (diff)
downloadllvm-4933af147aa7a5d67d58f4d0d375aebf6a8f33f2.tar.gz
llvm-4933af147aa7a5d67d58f4d0d375aebf6a8f33f2.tar.bz2
llvm-4933af147aa7a5d67d58f4d0d375aebf6a8f33f2.tar.xz
For PR1077:
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
Diffstat (limited to 'test/Feature/constexpr.ll')
-rw-r--r--test/Feature/constexpr.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/Feature/constexpr.ll b/test/Feature/constexpr.ll
index afbe0cd1f8..aea8944848 100644
--- a/test/Feature/constexpr.ll
+++ b/test/Feature/constexpr.ll
@@ -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