projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6775392
)
Modified the test so that it puts temporary files into the temporary directory.
author
John Criswell
<criswell@uiuc.edu>
Fri, 26 Sep 2003 13:58:44 +0000
(13:58 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Fri, 26 Sep 2003 13:58:44 +0000
(13:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8717
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Assembler/2002-04-07-HexFloatConstants.llx
patch
|
blob
|
history
diff --git
a/test/Assembler/2002-04-07-HexFloatConstants.llx
b/test/Assembler/2002-04-07-HexFloatConstants.llx
index f740c28cebcf26ede28c7382e4520a02d6e43afa..04a1b463c4d45657195656fd1ae81a31b61debc7 100644
(file)
--- a/
test/Assembler/2002-04-07-HexFloatConstants.llx
+++ b/
test/Assembler/2002-04-07-HexFloatConstants.llx
@@
-5,9
+5,9
@@
; of the bug that was causing the Olden Health benchmark to output incorrect
; results!
;
-; RUN: llvm-as < %s | opt -constprop | llvm-dis >
s
1 && \
-; RUN: llvm-as < %s | llvm-dis | llvm-as | opt -constprop | llvm-dis >
s
2 && \
-; RUN: diff
s1 s
2
+; RUN: llvm-as < %s | opt -constprop | llvm-dis >
%t.
1 && \
+; RUN: llvm-as < %s | llvm-dis | llvm-as | opt -constprop | llvm-dis >
%t.
2 && \
+; RUN: diff
%t.1 %t.
2
implementation