diff options
author | Dan Gohman <gohman@apple.com> | 2009-04-27 03:05:26 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-04-27 03:05:26 +0000 |
commit | fa6c7168429d6f0ee8e480a7f78e5abc195efba8 (patch) | |
tree | 5c0a73d30b21bddbaf8ba6406b98465abde76f0a /test | |
parent | c7b3444095f9aa5398d134c780e327a187cda231 (diff) | |
download | external_llvm-fa6c7168429d6f0ee8e480a7f78e5abc195efba8.zip external_llvm-fa6c7168429d6f0ee8e480a7f78e5abc195efba8.tar.gz external_llvm-fa6c7168429d6f0ee8e480a7f78e5abc195efba8.tar.bz2 |
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')
-rw-r--r-- | test/Assembler/2002-04-07-InfConstant.ll | 2 |
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 06e649e..317b8f3 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] |