Fix typo's.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 20 Mar 2009 00:14:09 +0000 (00:14 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 20 Mar 2009 00:14:09 +0000 (00:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67349 91177308-0d34-0410-b5e6-96231b3b80d8

test/BugPoint/misopt-basictest.ll
test/lib/llvm.exp

index c3459d5ee29fd225cf463359657500f540061ed8..11cc2ae7995ed45da447db245e3cdd9c30302dce 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes %bugpoint_tops
+; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes %bugpoint_topts
 
 @.LC0 = internal global [13 x i8] c"Hello World\0A\00"          ; <[13 x i8]*> [#uses=1]
 
index 2ef7e6fefbd94efb697909b5469df2cd61891e53..d2ddb8f757f9b73385942c7c4211963ef1517039 100644 (file)
@@ -77,8 +77,8 @@ proc substitute { line test tmpFile } {
   regsub -all {%llvmdsymutil} $new_line "$llvmdsymutil" new_line
   #replace %llvmlibsdir with configure library directory
   regsub -all {%llvmlibsdir} $new_line "$llvmlibsdir" new_line
-  #replace %bugpoint_tops with actual bugpoint target options
-  regsub -all {%bugpoint_tops} $new_line "$bugpoint_topts" new_line
+  #replace %bugpoint_topts with actual bugpoint target options
+  regsub -all {%bugpoint_topts} $new_line "$bugpoint_topts" new_line
   #replace %p with path to source,
   regsub -all {%p} $new_line [file join $srcdir $subdir] new_line
   #replace %s with filename