diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2010-04-17 21:12:55 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2010-04-17 21:12:55 +0000 |
| commit | d4c0f86a5e598c1985c0ef865489e1db9dfa75a7 (patch) | |
| tree | 31f5074295b09b3c7e455359edd31541b22e8b8b /llvm | |
| parent | 2295f13bb0e5d8f8651152adca3a123d6ce5c472 (diff) | |
| download | bcm5719-llvm-d4c0f86a5e598c1985c0ef865489e1db9dfa75a7.tar.gz bcm5719-llvm-d4c0f86a5e598c1985c0ef865489e1db9dfa75a7.zip | |
Fix intrinsic signature in this test.
llvm-svn: 101674
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Transforms/GVN/lifetime-simple.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GVN/lifetime-simple.ll b/llvm/test/Transforms/GVN/lifetime-simple.ll index d77db13b55a..48e5bc8bb63 100644 --- a/llvm/test/Transforms/GVN/lifetime-simple.ll +++ b/llvm/test/Transforms/GVN/lifetime-simple.ll @@ -16,5 +16,5 @@ entry: ret i8 %1 } -declare {}* @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly +declare void @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly declare void @llvm.lifetime.end(i64 %S, i8* nocapture %P) |

