mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-07 12:18:32 +00:00
LowerBitSets: Do not assign names to aliases of unnamed bitset element objects.
The restriction on unnamed aliases was removed in r239921. Mostly reverts r239590, but we keep the test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239923 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
target datalayout = "e-p:32:32"
|
||||
|
||||
; CHECK: @data ={{.*}} alias
|
||||
; CHECK: @{{[0-9]+}} = alias
|
||||
; CHECK: @{{[0-9]+}} = alias
|
||||
@0 = constant i32 1
|
||||
@1 = constant [2 x i32] [i32 2, i32 3]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user