summaryrefslogtreecommitdiff
path: root/test/MC/ELF
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2012-12-07 17:59:21 +0000
committerEli Bendersky <eliben@google.com>2012-12-07 17:59:21 +0000
commit8ddc5a192935728c15602a4c15501e35f116422d (patch)
treef63f379e8c46c440224daf45ea903d7e2a29dfec /test/MC/ELF
parentcd81dce7743265bb044171fe8584f799c43bc7d0 (diff)
downloadllvm-8ddc5a192935728c15602a4c15501e35f116422d.tar.gz
llvm-8ddc5a192935728c15602a4c15501e35f116422d.tar.bz2
llvm-8ddc5a192935728c15602a4c15501e35f116422d.tar.xz
Add separate statistics for Data and Inst fragments emitted during relaxation.
Also fixes a test that was overly-sensitive to the exact order of statistics emitted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF')
-rw-r--r--test/MC/ELF/no-fixup.s5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/MC/ELF/no-fixup.s b/test/MC/ELF/no-fixup.s
index 6e719bcc8c..8cc299fb24 100644
--- a/test/MC/ELF/no-fixup.s
+++ b/test/MC/ELF/no-fixup.s
@@ -4,11 +4,8 @@
// Test that we create no fixups for this file since "a" and "b" are in the
// same fragment.
-// CHECK: assembler - Number of assembler layout and relaxation steps
-// CHECK-NEXT: assembler - Number of emitted assembler fragments
-// CHECK-NEXT: assembler - Number of emitted object file bytes
+// CHECK: assembler - Number of emitted object file bytes
// CHECK-NEXT: assembler - Number of fragment layouts
-// CHECK-NEXT: mcexpr - Number of MCExpr evaluations
a:
nop