Skip to content

Commit

Permalink
[AArch64][MC] Fix run line in Armv9.5-A's FEAT_CPA test
Browse files Browse the repository at this point in the history
  • Loading branch information
pratlucas committed Nov 30, 2023
1 parent ff5e536 commit 8eb7053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/MC/AArch64/armv9.5a-cpa.s
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: llvm-mc -triple aarch64 -show-encoding -mattr=+cpa < %s | FileCheck %s
// NORUN: not llvm-mc -triple aarch64 < %s 2>&1 | FileCheck --check-prefix=ERROR-NO-CPA %s
// RUN: not llvm-mc -triple aarch64 < %s 2>&1 | FileCheck --check-prefix=ERROR-NO-CPA %s

addpt x0, x1, x2
// CHECK: addpt x0, x1, x2 // encoding: [0x20,0x20,0x02,0x9a]
Expand Down

0 comments on commit 8eb7053

Please sign in to comment.