diff options
author | Eric Christopher <echristo@apple.com> | 2011-05-04 00:48:02 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-05-04 00:48:02 +0000 |
commit | b65122c8736e6f8795043ca9885feb676781af4a (patch) | |
tree | 685a732336b4ab584dae3209a58e946c0b376cc0 /test/MC | |
parent | 2944b4fe059b727b1cbd2b85013610de137fac02 (diff) | |
download | external_llvm-b65122c8736e6f8795043ca9885feb676781af4a.zip external_llvm-b65122c8736e6f8795043ca9885feb676781af4a.tar.gz external_llvm-b65122c8736e6f8795043ca9885feb676781af4a.tar.bz2 |
Remove some random comments that snuck in from somewhere.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130812 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/X86/x86-32-coverage.s | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/MC/X86/x86-32-coverage.s b/test/MC/X86/x86-32-coverage.s index aa51dd3..d2dd78d 100644 --- a/test/MC/X86/x86-32-coverage.s +++ b/test/MC/X86/x86-32-coverage.s @@ -1,7 +1,3 @@ -# Build output for (null) -# Generated at (null) -# Using (null) configuration, (null) architecture for (null) target of (null) project - // RUN: llvm-mc -triple i386-unknown-unknown %s --show-encoding | FileCheck %s // CHECK: movb $127, 3735928559(%ebx,%ecx,8) |