aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/empty-functions.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-01-09 00:17:29 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-01-09 00:17:29 +0000
commit1fe9737eb49ecb80fbb547f0e16e10a726cd53cf (patch)
treef9cf4ec79a43cdfb1a05d3c71aa47af7d7010bcd /test/CodeGen/X86/empty-functions.ll
parent39f227e4dd98d36ed852175825c3a74c05614bd6 (diff)
downloadexternal_llvm-1fe9737eb49ecb80fbb547f0e16e10a726cd53cf.zip
external_llvm-1fe9737eb49ecb80fbb547f0e16e10a726cd53cf.tar.gz
external_llvm-1fe9737eb49ecb80fbb547f0e16e10a726cd53cf.tar.bz2
Don't print an unused label before .cfi_endproc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147763 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 41dabd2..ac5174d 100644
--- a/test/CodeGen/X86/empty-functions.ll
+++ b/test/CodeGen/X86/empty-functions.ll
@@ -8,7 +8,6 @@ entry:
; CHECK-NO-FP: _func:
; CHECK-NO-FP-NEXT: .cfi_startproc
; CHECK-NO-FP: nop
-; CHECK-NO-FP-NEXT: :
; CHECK-NO-FP-NEXT: .cfi_endproc
; CHECK-FP: _func:
@@ -23,5 +22,4 @@ entry:
; CHECK-FP-NEXT: :
; CHECK-FP-NEXT: .cfi_def_cfa_register %rbp
; CHECK-FP-NEXT: nop
-; CHECK-FP-NEXT: :
; CHECK-FP-NEXT: .cfi_endproc