Skip to content

Commit 1377e67

Browse files
authored
Update llvm/test/CodeGen/RISCV/GlobalISel/calls.ll
1 parent bc504b0 commit 1377e67

File tree

1 file changed

+2
-4
lines changed
  • llvm/test/CodeGen/RISCV/GlobalISel

1 file changed

+2
-4
lines changed

llvm/test/CodeGen/RISCV/GlobalISel/calls.ll

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: llc -mtriple=riscv32 -verify-machineinstrs -global-isel < %s \
3-
; RUN: | FileCheck -check-prefixes=CHECK,RV32I %s
4-
; RUN: llc -mtriple=riscv64 -verify-machineinstrs -global-isel < %s \
5-
; RUN: | FileCheck -check-prefix=RV64I %s
2+
; RUN: llc -global-isel -mtriple=riscv32 < %s | FileCheck -check-prefixes=CHECK,RV32I %s
3+
; RUN: llc -global-isel -mtriple=riscv64 < %s | FileCheck -check-prefix=RV64I %s
64

75
declare i32 @external_many_args(i32, i32, i32, i32, i32, i32, i32, i32, i32, i32) nounwind
86

0 commit comments

Comments
 (0)