[FastISel][AArch64] Factor out ADDS/SUBS instruction emission and add support for...
[oota-llvm.git] / test / CodeGen / AArch64 / bitfield-insert-0.ll
index 82667ac280ac87b47ff8fc20aaa092f5a22dad34..da0ed8af312609e2d2d5392e5264717240de370d 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llc -mtriple=aarch64-none-linux-gnu -filetype=obj < %s | llvm-objdump -disassemble - | FileCheck %s
-; RUN: llc -mtriple=arm64 -filetype=obj -o - %s | llvm-objdump -disassemble - | FileCheck %s
+; RUN: llc -mtriple=aarch64-linux-gnu -filetype=obj -o - %s | llvm-objdump -disassemble - | FileCheck %s
 
 ; The encoding of lsb -> immr in the CGed bitfield instructions was wrong at one
 ; point, in the edge case where lsb = 0. Just make sure.