diff options
| author | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-04-29 12:44:07 +0000 |
|---|---|---|
| committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-04-29 12:44:07 +0000 |
| commit | 9db710a171ef6cc2e337a81c9a8d36017d6c6eb2 (patch) | |
| tree | 756bfdf00f84369c3a29c736e6a29fe6160568bc /llvm/test/DebugInfo/Mips | |
| parent | da29984871be1b7fade391871fe822d60222e44b (diff) | |
| download | bcm5719-llvm-9db710a171ef6cc2e337a81c9a8d36017d6c6eb2.tar.gz bcm5719-llvm-9db710a171ef6cc2e337a81c9a8d36017d6c6eb2.zip | |
[mips][ias] Make section sizes a multiple of the alignment.
Reviewers: sdardis
Subscribers: dsanders, llvm-commits, sdardis
Differential Revision: http://reviews.llvm.org/D19008
llvm-svn: 268036
Diffstat (limited to 'llvm/test/DebugInfo/Mips')
| -rw-r--r-- | llvm/test/DebugInfo/Mips/delay-slot.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Mips/delay-slot.ll b/llvm/test/DebugInfo/Mips/delay-slot.ll index d441481f84a..ee3efcaa885 100644 --- a/llvm/test/DebugInfo/Mips/delay-slot.ll +++ b/llvm/test/DebugInfo/Mips/delay-slot.ll @@ -19,7 +19,7 @@ ; CHECK: 0x000000000000002c 3 0 1 0 0 is_stmt ; CHECK: 0x000000000000003c 4 0 1 0 0 is_stmt ; CHECK: 0x0000000000000048 5 0 1 0 0 is_stmt -; CHECK: 0x0000000000000058 5 0 1 0 0 is_stmt end_sequence +; CHECK: 0x0000000000000060 5 0 1 0 0 is_stmt end_sequence target datalayout = "E-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64" |

