Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_analyze_test_checks / Inputs / scev.ll
blob734b0e77466b66f472e91193869eadade85b05be
1 ; RUN: opt -passes='print<scalar-evolution>' < %s -disable-output 2>&1 | FileCheck %s
3 define i32 @basic(i32 %x, i32 %y) {
4   %r = add i32 %x, %y
5   ret i32 %r