summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-04-27 03:05:26 +0000
committerDan Gohman <gohman@apple.com>2009-04-27 03:05:26 +0000
commitfa6c7168429d6f0ee8e480a7f78e5abc195efba8 (patch)
tree5c0a73d30b21bddbaf8ba6406b98465abde76f0a /test/Assembler
parentc7b3444095f9aa5398d134c780e327a187cda231 (diff)
downloadllvm-fa6c7168429d6f0ee8e480a7f78e5abc195efba8.tar.gz
llvm-fa6c7168429d6f0ee8e480a7f78e5abc195efba8.tar.bz2
llvm-fa6c7168429d6f0ee8e480a7f78e5abc195efba8.tar.xz
Make this test slightly more strict.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70180 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2002-04-07-InfConstant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-04-07-InfConstant.ll b/test/Assembler/2002-04-07-InfConstant.ll
index 06e649e5c1..317b8f3654 100644
--- a/test/Assembler/2002-04-07-InfConstant.ll
+++ b/test/Assembler/2002-04-07-InfConstant.ll
@@ -1,6 +1,6 @@
; The output formater prints out 1.0e100 as Inf!
;
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
+; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | grep 0x7FF0000000000000
define float @test() {
%tmp = mul float 0x7FF0000000000000, 1.000000e+01 ; <float> [#uses=1]