summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-03-04 00:27:43 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-03-04 00:27:43 +0000
commit0ac5075f31b7c705439cc4047a13f744ae29d57e (patch)
treec59ab72661da73eb366c54651a732b019ea346db /llvm/test/CodeGen/Mips
parent90c59ccae65e811e666743d5be162f7325f5b0e3 (diff)
downloadbcm5719-llvm-0ac5075f31b7c705439cc4047a13f744ae29d57e.tar.gz
bcm5719-llvm-0ac5075f31b7c705439cc4047a13f744ae29d57e.zip
Drop the "eh_" from eh_func_begin and eh_func_end.
They will be used for more than eh tables. llvm-svn: 231185
Diffstat (limited to 'llvm/test/CodeGen/Mips')
-rw-r--r--llvm/test/CodeGen/Mips/mips16ex.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/mips16ex.ll b/llvm/test/CodeGen/Mips/mips16ex.ll
index 983d4dac94e..4090c7b884e 100644
--- a/llvm/test/CodeGen/Mips/mips16ex.ll
+++ b/llvm/test/CodeGen/Mips/mips16ex.ll
@@ -2,7 +2,7 @@
;16: main:
;16-NEXT: [[TMP:.*]]:
-;16-NEXT: $eh_func_begin0 = ([[TMP]])
+;16-NEXT: $func_begin0 = ([[TMP]])
;16-NEXT: .cfi_startproc
;16-NEXT: .cfi_personality
@.str = private unnamed_addr constant [7 x i8] c"hello\0A\00", align 1
OpenPOWER on IntegriCloud