diff options
Diffstat (limited to 'test/CodeGen/AArch64/compare-branch.ll')
-rw-r--r-- | test/CodeGen/AArch64/compare-branch.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AArch64/compare-branch.ll b/test/CodeGen/AArch64/compare-branch.ll index 4213110..75efd9d 100644 --- a/test/CodeGen/AArch64/compare-branch.ll +++ b/test/CodeGen/AArch64/compare-branch.ll @@ -4,7 +4,7 @@ @var64 = global i64 0 define void @foo() { -; CHECK: foo: +; CHECK-LABEL: foo: %val1 = load volatile i32* @var32 %tst1 = icmp eq i32 %val1, 0 @@ -35,4 +35,4 @@ test5: end: ret void -}
\ No newline at end of file +} |