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 | aa38865b6b3339bb1901078c5b598cb9db9a3495 (patch) | |
tree | 6eda57a45e12361a06980d4f03433e8cffe559bd /test/Other | |
parent | afab1df3684078611c055a7765e7b3385e126da9 (diff) | |
download | external_llvm-aa38865b6b3339bb1901078c5b598cb9db9a3495.zip external_llvm-aa38865b6b3339bb1901078c5b598cb9db9a3495.tar.gz external_llvm-aa38865b6b3339bb1901078c5b598cb9db9a3495.tar.bz2 |
fix bogus test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93069 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r-- | test/Other/2009-06-05-no-implicit-float.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Other/2009-06-05-no-implicit-float.ll b/test/Other/2009-06-05-no-implicit-float.ll index 0d02e3c..3f07170 100644 --- a/test/Other/2009-06-05-no-implicit-float.ll +++ b/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 + |