diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-03-20 00:14:09 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-03-20 00:14:09 +0000 |
commit | 23d8539d1e82c90a4f973eef5fd0dcbd9d16a500 (patch) | |
tree | 9a9d0980848d78d00326b81ebfdd75baca736d53 /test/BugPoint | |
parent | 48fe63526e35ddaee7e98879596a569911f41319 (diff) |
Fix typo's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67349 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r-- | test/BugPoint/misopt-basictest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll index c3459d5ee2..11cc2ae799 100644 --- a/test/BugPoint/misopt-basictest.ll +++ b/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] |