Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_test_checks / Inputs / custom-tool.ll
blob7c4f11f969eb8f2a8a8f85998d5f74f47375a21b
1 ; RUN: llvm-extract -S --func=foo %s | FileCheck --check-prefixes=CHECK %s
3 define i32 @foo(i32 %x) {
4   %y = add i32 %x, 1
5   ret i32 %y