Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_checks / Inputs / prefix-never-matches.ll
blob972ec53809800e414557c29face5e642e0c33723
1 ; RUN: opt -O0 -S < %s  | FileCheck %s -check-prefix=A
2 ; RUN: opt -O3 -S < %s  | FileCheck %s -check-prefix=A
4 define i32 @foo(i32 %i) {
5     %r = add i32 1, 1
6     ret i32 %r