summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/empty-functions.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-01-07 22:42:19 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-01-07 22:42:19 +0000
commit547be2699c547b79a7735858a64921d8ccf180f7 (patch)
tree616d1b084764043625272e37932b36dd5eeb54ac /test/CodeGen/X86/empty-functions.ll
parent86132a721d7671f382e0c88c0233ec92186daaf4 (diff)
downloadllvm-547be2699c547b79a7735858a64921d8ccf180f7.tar.gz
llvm-547be2699c547b79a7735858a64921d8ccf180f7.tar.bz2
llvm-547be2699c547b79a7735858a64921d8ccf180f7.tar.xz
Don't print a label before .cfi_startproc when we don't need to. This makes
the produce assembly when using CFI just a bit more readable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147743 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/empty-functions.ll')
-rw-r--r--test/CodeGen/X86/empty-functions.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/X86/empty-functions.ll b/test/CodeGen/X86/empty-functions.ll
index 874c53ac3b..41dabd2bf7 100644
--- a/test/CodeGen/X86/empty-functions.ll
+++ b/test/CodeGen/X86/empty-functions.ll
@@ -6,14 +6,12 @@ entry:
unreachable
}
; CHECK-NO-FP: _func:
-; CHECK-NO-FP-NEXT: :
; CHECK-NO-FP-NEXT: .cfi_startproc
; CHECK-NO-FP: nop
; CHECK-NO-FP-NEXT: :
; CHECK-NO-FP-NEXT: .cfi_endproc
; CHECK-FP: _func:
-; CHECK-FP-NEXT: :
; CHECK-FP-NEXT: .cfi_startproc
; CHECK-FP-NEXT: :
; CHECK-FP-NEXT: pushq %rbp