aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO/reloc-pcrel.s
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-01-17 22:03:42 +0000
committerJim Grosbach <grosbach@apple.com>2012-01-17 22:03:42 +0000
commit283f1fff47db3a483ab94e4b49cc39eb39dd48ea (patch)
tree2e5d7faac3194441c77b3a9de1f1a7864d4bb1ec /test/MC/MachO/reloc-pcrel.s
parent2f8af1d643cde711b292117e50b30452877432ef (diff)
downloadexternal_llvm-283f1fff47db3a483ab94e4b49cc39eb39dd48ea.zip
external_llvm-283f1fff47db3a483ab94e4b49cc39eb39dd48ea.tar.gz
external_llvm-283f1fff47db3a483ab94e4b49cc39eb39dd48ea.tar.bz2
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/MachO/reloc-pcrel.s')
-rw-r--r--test/MC/MachO/reloc-pcrel.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/MachO/reloc-pcrel.s b/test/MC/MachO/reloc-pcrel.s
index 2684408..b6d4be6 100644
--- a/test/MC/MachO/reloc-pcrel.s
+++ b/test/MC/MachO/reloc-pcrel.s
@@ -36,7 +36,7 @@
// CHECK-NEXT: ])
xorl %eax,%eax
-
+
.globl _a
_a:
xorl %eax,%eax
@@ -44,7 +44,7 @@ _b:
xorl %eax,%eax
L0:
xorl %eax,%eax
-L1:
+L1:
call L0
call L0 - 1