[llvm-commits] CVS: llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx

John Criswell criswell at cs.uiuc.edu
Fri Sep 26 08:59:01 PDT 2003


Changes in directory llvm/test/Regression/Assembler:

2002-04-07-HexFloatConstants.llx updated: 1.3 -> 1.4

---
Log message:

Modified the test so that it puts temporary files into the temporary directory.


---
Diffs of the changes:

Index: llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx
diff -u llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx:1.3 llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx:1.4
--- llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx:1.3	Mon Sep 15 15:01:21 2003
+++ llvm/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx	Fri Sep 26 08:58:44 2003
@@ -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 > s1 && \
-; RUN: llvm-as < %s | llvm-dis | llvm-as | opt -constprop | llvm-dis > s2 && \
-; RUN: diff s1 s2
+; 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
 





More information about the llvm-commits mailing list