diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-03-20 07:56:31 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-03-20 07:56:31 +0000 |
commit | 18ca80cdda1e138e6ad47d4ac19df9ac83f42d37 (patch) | |
tree | 3177d4d54e93af33a511954e8576dcefabdeefea /llvm/test/BugPoint/misopt-basictest.ll | |
parent | 0e75994e8bfd5fe8fee2ef0ad2a34aabceb27bab (diff) | |
download | bcm5719-llvm-18ca80cdda1e138e6ad47d4ac19df9ac83f42d37.tar.gz bcm5719-llvm-18ca80cdda1e138e6ad47d4ac19df9ac83f42d37.zip |
Revert r67334 and r37349 which break "make check" on Linux.
llvm-svn: 67368
Diffstat (limited to 'llvm/test/BugPoint/misopt-basictest.ll')
-rw-r--r-- | llvm/test/BugPoint/misopt-basictest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/misopt-basictest.ll b/llvm/test/BugPoint/misopt-basictest.ll index 11cc2ae7995..e59b4ed7d90 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_topts +; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes @.LC0 = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1] |