diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-27 17:46:42 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-27 17:46:42 +0000 |
commit | d184c67b52aa1fbe825866545086bdd88e0b9c5f (patch) | |
tree | aeb8254fbcd171436fb6b3fa1760c86ecd81f7f0 /test/BugPoint | |
parent | 9774595f52413a353f4aeb97cf29dc76d4493f77 (diff) |
Merged RELEASE_1.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r-- | test/BugPoint/misopt-basictest.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll index 1ba9adb82b..76363dfb1f 100644 --- a/test/BugPoint/misopt-basictest.ll +++ b/test/BugPoint/misopt-basictest.ll @@ -1,4 +1,5 @@ -; RUN: export PATH=/usr/bin:/bin/:${PATH} +; RUN: PATH=/usr/bin:/bin/:${PATH} +; RUN: export PATH ; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg %.LC0 = internal global [13 x sbyte] c"Hello World\0A\00" |