diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-05 17:22:13 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-05 17:22:13 +0000 |
commit | fc899e6f747ee34224d4ce937ad69e685030a769 (patch) | |
tree | 101c6e3febc3a87aac8b35b9b43a6551d88c090f /llvm/test/Feature/constexpr.ll | |
parent | 02165c634ef7336cdf62a1efe783a51b69a02ede (diff) | |
download | bcm5719-llvm-fc899e6f747ee34224d4ce937ad69e685030a769.tar.gz bcm5719-llvm-fc899e6f747ee34224d4ce937ad69e685030a769.zip |
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".
llvm-svn: 32909
Diffstat (limited to 'llvm/test/Feature/constexpr.ll')
-rw-r--r-- | llvm/test/Feature/constexpr.ll | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/Feature/constexpr.ll b/llvm/test/Feature/constexpr.ll index afbe0cd1f88..aea89448483 100644 --- a/llvm/test/Feature/constexpr.ll +++ b/llvm/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 |