summaryrefslogtreecommitdiff
path: root/test/Other/2009-06-05-no-implicit-float.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-09 19:24:49 +0000
committerChris Lattner <sabre@nondot.org>2010-01-09 19:24:49 +0000
commitaa38865b6b3339bb1901078c5b598cb9db9a3495 (patch)
tree6eda57a45e12361a06980d4f03433e8cffe559bd /test/Other/2009-06-05-no-implicit-float.ll
parentafab1df3684078611c055a7765e7b3385e126da9 (diff)
downloadllvm-aa38865b6b3339bb1901078c5b598cb9db9a3495.tar.gz
llvm-aa38865b6b3339bb1901078c5b598cb9db9a3495.tar.bz2
llvm-aa38865b6b3339bb1901078c5b598cb9db9a3495.tar.xz
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/2009-06-05-no-implicit-float.ll')
-rw-r--r--test/Other/2009-06-05-no-implicit-float.ll4
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 0d02e3c9e2..3f07170316 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
+