[llvm-commits] CVS: llvm/test/Regression/Linker/2003-05-31-LinkerRename.ll
Chris Lattner
lattner at cs.uiuc.edu
Sat Jun 28 18:25:03 PDT 2003
Changes in directory llvm/test/Regression/Linker:
2003-05-31-LinkerRename.ll updated: 1.1 -> 1.2
---
Log message:
Remove explicit control flow through the use of the 'not' script
---
Diffs of the changes:
Index: llvm/test/Regression/Linker/2003-05-31-LinkerRename.ll
diff -u llvm/test/Regression/Linker/2003-05-31-LinkerRename.ll:1.1 llvm/test/Regression/Linker/2003-05-31-LinkerRename.ll:1.2
--- llvm/test/Regression/Linker/2003-05-31-LinkerRename.ll:1.1 Sat May 31 16:14:45 2003
+++ llvm/test/Regression/Linker/2003-05-31-LinkerRename.ll Sat Jun 28 18:23:14 2003
@@ -5,10 +5,7 @@
; RUN: echo "implementation internal int %foo() { ret int 7 }" | as > Output/%s.1.bc
; RUN: as < %s > Output/%s.2.bc
-; RUN: if link Output/%s.[12].bc | dis | grep 'internal' | grep '%foo('
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: link Output/%s.[12].bc | dis | grep 'internal' | grep-not '%foo('
implementation
declare int %foo()
More information about the llvm-commits
mailing list