diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/CGP/arm-cgp-calls.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/CGP/arm-cgp-calls.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/CGP/arm-cgp-calls.ll b/llvm/test/CodeGen/ARM/CGP/arm-cgp-calls.ll index 4c95ade534d..8d58c8e69a5 100644 --- a/llvm/test/CodeGen/ARM/CGP/arm-cgp-calls.ll +++ b/llvm/test/CodeGen/ARM/CGP/arm-cgp-calls.ll @@ -201,7 +201,7 @@ exit: } ; CHECK-LABEL: promote_arg_pass_to_call -; CHECK-NOT: uxt +; CHECK: uxtb define i16 @promote_arg_pass_to_call(i16 zeroext %arg1, i16 zeroext %arg2) { %conv = add nuw i16 %arg1, 15 %mul = mul nuw nsw i16 %conv, 3 |