Index: test/CodeGen/ARM/subtarget-no-movt.ll =================================================================== --- test/CodeGen/ARM/subtarget-no-movt.ll +++ test/CodeGen/ARM/subtarget-no-movt.ll @@ -42,14 +42,6 @@ ret i32 %1 } -; NO-OPTION-LABEL: {{_?}}foo2 -; NO-OPTION: mov.w r0, #-536813568 -; NO-OPTION-LABEL-NOT: .long - -; USE-MOVT-LABEL: {{_?}}foo2 -; USE-MOVT: mov.w r0, #-536813568 -; USE-MOVT-NOT: .long - ; NO-USE-MOVT-LABEL: {{_?}}foo2 ; NO-USE-MOVT: mov.w r0, #-536813568 ; NO-USE-MOVT-NOT: .long @@ -58,5 +50,4 @@ ret i32 %1 } - attributes #0 = { "target-features"="+no-movt" }