summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LoadVN
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 09:31:07 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 09:31:07 +0000
commit5a77babd8110bfbc0be13742a4debddaeafb3e51 (patch)
treebc561f69be9557f31d3dec7b345f1bfc1b0f3e3c /llvm/test/Analysis/LoadVN
parenta551c041f9fd7d009e8cd04a2045377e4857b4aa (diff)
downloadbcm5719-llvm-5a77babd8110bfbc0be13742a4debddaeafb3e51.tar.gz
bcm5719-llvm-5a77babd8110bfbc0be13742a4debddaeafb3e51.zip
For PR1319:
Upgrade to use new Tcl exec based test harness. llvm-svn: 36066
Diffstat (limited to 'llvm/test/Analysis/LoadVN')
-rw-r--r--llvm/test/Analysis/LoadVN/casts.ll2
-rw-r--r--llvm/test/Analysis/LoadVN/dg.exp4
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Analysis/LoadVN/casts.ll b/llvm/test/Analysis/LoadVN/casts.ll
index 9b8f6a59999..3da4d573019 100644
--- a/llvm/test/Analysis/LoadVN/casts.ll
+++ b/llvm/test/Analysis/LoadVN/casts.ll
@@ -1,7 +1,7 @@
; Check to make sure that Value Numbering doesn't merge casts of different
; flavors.
; RUN: llvm-upgrade < %s | llvm-as | opt -load-vn -gcse | llvm-dis | \
-; RUN: grep '[sz]ext' | wc -l | grep 2
+; RUN: grep {\[sz\]ext} | wc -l | grep 2
declare void %external(int)
diff --git a/llvm/test/Analysis/LoadVN/dg.exp b/llvm/test/Analysis/LoadVN/dg.exp
index ff34508c3c6..879685ca879 100644
--- a/llvm/test/Analysis/LoadVN/dg.exp
+++ b/llvm/test/Analysis/LoadVN/dg.exp
@@ -1,3 +1,3 @@
-load_lib llvm-dg.exp
+load_lib llvm.exp
-llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
+RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
OpenPOWER on IntegriCloud