diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-bitfield-extract.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-bitfield-extract.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-bitfield-extract.ll b/llvm/test/CodeGen/AArch64/arm64-bitfield-extract.ll index 5dca9294121..31f6c607fd9 100644 --- a/llvm/test/CodeGen/AArch64/arm64-bitfield-extract.ll +++ b/llvm/test/CodeGen/AArch64/arm64-bitfield-extract.ll @@ -41,7 +41,7 @@ define i32 @bar(i64 %cav1.coerce) nounwind { define void @fct1(%struct.Z* nocapture %x, %struct.A* nocapture %y) nounwind optsize ssp { ; CHECK-LABEL: fct1: -; CHECK: ubfx +; CHECK: ubfx x{{[0-9]+}}, x{{[0-9]+}} ; CHECK-NOT: and ; CHECK: ret |