diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-04 00:27:43 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-04 00:27:43 +0000 |
| commit | 0ac5075f31b7c705439cc4047a13f744ae29d57e (patch) | |
| tree | c59ab72661da73eb366c54651a732b019ea346db /llvm/test/CodeGen/Mips | |
| parent | 90c59ccae65e811e666743d5be162f7325f5b0e3 (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

