diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-09 19:24:49 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-09 19:24:49 +0000 |
| commit | 23ac41e8f0a5dfae9aa2fe8a9f2e4e2096e50660 (patch) | |
| tree | 7a3adadbedeca613cea766f27e9a2fffe978afa2 /llvm/test/Other/2009-06-05-no-implicit-float.ll | |
| parent | 6a7384357fa0871915d56a3e550fdc12db6d1ce2 (diff) | |
| download | bcm5719-llvm-23ac41e8f0a5dfae9aa2fe8a9f2e4e2096e50660.tar.gz bcm5719-llvm-23ac41e8f0a5dfae9aa2fe8a9f2e4e2096e50660.zip | |
fix bogus test
llvm-svn: 93069
Diffstat (limited to 'llvm/test/Other/2009-06-05-no-implicit-float.ll')
| -rw-r--r-- | llvm/test/Other/2009-06-05-no-implicit-float.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Other/2009-06-05-no-implicit-float.ll b/llvm/test/Other/2009-06-05-no-implicit-float.ll index 0d02e3c9e2f..3f071703167 100644 --- a/llvm/test/Other/2009-06-05-no-implicit-float.ll +++ b/llvm/test/Other/2009-06-05-no-implicit-float.ll @@ -1,4 +1,4 @@ ; RUN: opt < %s -verify -S | grep noimplicitfloat -define void @f() noimplicitfloat { -} +declare void @f() noimplicitfloat + |

