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.expected
blob
f29ed24be3fec7ce500900b33a81fb9ce5da1de9
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: -p --check-globals
2
; RUN: opt -S < %s | FileCheck %s
3
4
@G = constant i32 42
5
6
;.
7
; CHECK: @G = constant i32 42
8
;.
9
define ptr @foo() {
10
; CHECK-LABEL: @foo(
11
; CHECK-NEXT: ret ptr @G
12
;
13
ret ptr @G
14
}