diff options
| author | Richard Osborne <richard@xmos.com> | 2012-09-24 17:22:43 +0000 |
|---|---|---|
| committer | Richard Osborne <richard@xmos.com> | 2012-09-24 17:22:43 +0000 |
| commit | 6fb4bd77e2593dd79ef81a9058d1b92fddf9ed23 (patch) | |
| tree | ee25ef4a55dc8759f2f408eff2df19ddf6a60304 /llvm | |
| parent | 2fd29bfb9068381e22fe052e6925394c56d126e8 (diff) | |
| download | bcm5719-llvm-6fb4bd77e2593dd79ef81a9058d1b92fddf9ed23.tar.gz bcm5719-llvm-6fb4bd77e2593dd79ef81a9058d1b92fddf9ed23.zip | |
Add missing : in CHECK line.
llvm-svn: 164540
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/2012-09-24-MemcpyFromGlobalCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2012-09-24-MemcpyFromGlobalCrash.ll b/llvm/test/Transforms/InstCombine/2012-09-24-MemcpyFromGlobalCrash.ll index a31aa822e6a..4cd60b42fbe 100644 --- a/llvm/test/Transforms/InstCombine/2012-09-24-MemcpyFromGlobalCrash.ll +++ b/llvm/test/Transforms/InstCombine/2012-09-24-MemcpyFromGlobalCrash.ll @@ -10,7 +10,7 @@ declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, define void @test() { ; CHECK: @test ; CHECK: llvm.memcpy -; CHECK ret void +; CHECK: ret void %A = alloca [100 x i8] %a = getelementptr inbounds [100 x i8]* %A, i64 0, i64 0 call void @llvm.memcpy.p0i8.p0i8.i64(i8* %a, i8* getelementptr inbounds ([100 x i8]* @G, i64 0, i32 0), i64 100, i32 4, i1 false) |

