diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/ldstrexd.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/ldstrexd.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/ldstrexd.ll b/llvm/test/CodeGen/ARM/ldstrexd.ll index 0c0911a86e7..bb60e1e67ea 100644 --- a/llvm/test/CodeGen/ARM/ldstrexd.ll +++ b/llvm/test/CodeGen/ARM/ldstrexd.ll @@ -3,7 +3,7 @@ %0 = type { i32, i32 } -; CHECK: f0: +; CHECK-LABEL: f0: ; CHECK: ldrexd define i64 @f0(i8* %p) nounwind readonly { entry: @@ -17,7 +17,7 @@ entry: ret i64 %4 } -; CHECK: f1: +; CHECK-LABEL: f1: ; CHECK: strexd define i32 @f1(i8* %ptr, i64 %val) nounwind { entry: |