diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/ret_sret_vector.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/ret_sret_vector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/ret_sret_vector.ll b/llvm/test/CodeGen/ARM/ret_sret_vector.ll index 9bb3519555e..f9c46262b6a 100644 --- a/llvm/test/CodeGen/ARM/ret_sret_vector.ll +++ b/llvm/test/CodeGen/ARM/ret_sret_vector.ll @@ -6,7 +6,7 @@ target triple = "thumbv7-apple-ios3.0.0" define <4 x double> @PR14337(<4 x double> %a, <4 x double> %b) { %foo = fadd <4 x double> %a, %b ret <4 x double> %foo -; CHECK: PR14337: +; CHECK-LABEL: PR14337: ; CHECK: vst1.64 ; CHECK: vst1.64 } |