diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-01 23:29:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-01 23:29:59 +0000 |
commit | 14fef50bcf61d59493cb655b75fe21ed729bf73b (patch) | |
tree | 4af1e980d041d768cab678cce22214554a9843a9 /test/BugPoint | |
parent | 806e1867d96c18e1871344118b445775299f6f20 (diff) |
Fix problem executing the CBE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7500 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r-- | test/BugPoint/misopt-basictest.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll index 2530ad0d7d..1ba9adb82b 100644 --- a/test/BugPoint/misopt-basictest.ll +++ b/test/BugPoint/misopt-basictest.ll @@ -1,3 +1,4 @@ +; RUN: export PATH=/usr/bin:/bin/:${PATH} ; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg %.LC0 = internal global [13 x sbyte] c"Hello World\0A\00" |