From 6d6647c7b3d89f81f0b7ac2f5b277d92919d4c0e Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 20 Mar 2009 00:14:09 +0000 Subject: [PATCH] Fix typo's. llvm-svn: 67349 --- llvm/test/BugPoint/misopt-basictest.ll | 2 +- llvm/test/lib/llvm.exp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/test/BugPoint/misopt-basictest.ll b/llvm/test/BugPoint/misopt-basictest.ll index c3459d5ee29f..11cc2ae7995e 100644 --- a/llvm/test/BugPoint/misopt-basictest.ll +++ b/llvm/test/BugPoint/misopt-basictest.ll @@ -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] diff --git a/llvm/test/lib/llvm.exp b/llvm/test/lib/llvm.exp index 2ef7e6fefbd9..d2ddb8f757f9 100644 --- a/llvm/test/lib/llvm.exp +++ b/llvm/test/lib/llvm.exp @@ -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