Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_checks / Inputs / global_preserve_name.ll.expected
blobf29ed24be3fec7ce500900b33a81fb9ce5da1de9
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: -p --check-globals
2 ; RUN: opt -S < %s | FileCheck %s
4 @G = constant i32 42
6 ;.
7 ; CHECK: @G = constant i32 42
8 ;.
9 define ptr @foo() {
10 ; CHECK-LABEL: @foo(
11 ; CHECK-NEXT:    ret ptr @G
13   ret ptr @G