diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/peephole-bitcast.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/peephole-bitcast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/peephole-bitcast.ll b/llvm/test/CodeGen/ARM/peephole-bitcast.ll index e72d51f06d4..3c6a187d99a 100644 --- a/llvm/test/CodeGen/ARM/peephole-bitcast.ll +++ b/llvm/test/CodeGen/ARM/peephole-bitcast.ll @@ -10,7 +10,7 @@ define void @t(float %x) nounwind ssp { entry: -; CHECK: t: +; CHECK-LABEL: t: ; CHECK-NOT: vmov ; CHECK: bl %0 = bitcast float %x to i32 |