summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/CodeGeneratorBug.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-17 06:40:51 +0000
committerChris Lattner <sabre@nondot.org>2004-02-17 06:40:51 +0000
commit6e540af8f7e67fdfde580bf229f3c6393701f4bb (patch)
tree17dfc70a3b64b5d8f31fb173de29206f6cc1c24c /llvm/tools/bugpoint/CodeGeneratorBug.cpp
parent70d42f6765c6c48638b17196778c25b472d1523c (diff)
downloadbcm5719-llvm-6e540af8f7e67fdfde580bf229f3c6393701f4bb.tar.gz
bcm5719-llvm-6e540af8f7e67fdfde580bf229f3c6393701f4bb.zip
The CBE is now in llc, not llvm-dis
llvm-svn: 11534
Diffstat (limited to 'llvm/tools/bugpoint/CodeGeneratorBug.cpp')
-rw-r--r--llvm/tools/bugpoint/CodeGeneratorBug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/CodeGeneratorBug.cpp b/llvm/tools/bugpoint/CodeGeneratorBug.cpp
index 18650c03969..62b37526a39 100644
--- a/llvm/tools/bugpoint/CodeGeneratorBug.cpp
+++ b/llvm/tools/bugpoint/CodeGeneratorBug.cpp
@@ -262,7 +262,7 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector<Function*> &Funcs,
for (unsigned i=0, e = InputArgv.size(); i != e; ++i)
std::cout << " " << InputArgv[i];
std::cout << "\n";
- std::cout << "The shared object was created with:\n llvm-dis -c "
+ std::cout << "The shared object was created with:\n llc -march=c "
<< SafeModuleBC << " -o temporary.c\n"
<< " gcc -xc temporary.c -O2 -o " << SharedObject
#if defined(sparc) || defined(__sparc__) || defined(__sparcv9)
OpenPOWER on IntegriCloud