You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: llvm-as %s -o /dev/null
|
|
; RUN: verify-uselistorder %s
|
|
|
|
@.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1]
|
|
|
|
define i8* @test() {
|
|
ret i8* getelementptr ([12 x i8], [12 x i8]* @.LC0, i64 0, i64 0)
|
|
}
|
|
|