diff options
| author | Dan Gohman <gohman@apple.com> | 2010-01-05 17:55:26 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-01-05 17:55:26 +0000 |
| commit | fb4193625a02f97f77dbf52827c8ad6e399cbb22 (patch) | |
| tree | 06559b0b012e1ac594e50db5abd987474bf24b1f /llvm/test/Transforms/LoopIndexSplit | |
| parent | c3c031bb37d244ef3c95b08f81d66957da43ac4e (diff) | |
| download | bcm5719-llvm-fb4193625a02f97f77dbf52827c8ad6e399cbb22.tar.gz bcm5719-llvm-fb4193625a02f97f77dbf52827c8ad6e399cbb22.zip | |
Delete useless trailing semicolons.
llvm-svn: 92740
Diffstat (limited to 'llvm/test/Transforms/LoopIndexSplit')
| -rw-r--r-- | llvm/test/Transforms/LoopIndexSplit/SplitValue-2007-08-24-dbg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopIndexSplit/SplitValue-2007-08-24-dbg.ll b/llvm/test/Transforms/LoopIndexSplit/SplitValue-2007-08-24-dbg.ll index 09a6423bc0c..4ab95fcb381 100644 --- a/llvm/test/Transforms/LoopIndexSplit/SplitValue-2007-08-24-dbg.ll +++ b/llvm/test/Transforms/LoopIndexSplit/SplitValue-2007-08-24-dbg.ll @@ -5,7 +5,7 @@ %llvm.dbg.anchor.type = type { i32, i32 } %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* } -@llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "llvm.metadata" ; +@llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "llvm.metadata" @.str = internal constant [4 x i8] c"a.c\00", section "llvm.metadata" ; <[4 x i8]*> [#uses=1] @.str1 = internal constant [6 x i8] c"/tmp/\00", section "llvm.metadata" ; <[6 x i8]*> [#uses=1] |

