repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_checks
/
Inputs
/
global_preserve_name.ll
blob
b872e9d53e2cba1c346cc65471d7b8d9d163fff6
1
; RUN: opt -S < %s | FileCheck %s
2
3
@G = constant i32 42
4
5
;.
6
; CHECK: @G = constant i32 42
7
;.
8
define ptr @foo() {
9
; CHECK-LABEL: @foo(
10
; CHECK-NEXT: ret ptr @G
11
;
12
ret ptr @G
13
}