summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/CodeGeneratorBug.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-18 21:08:57 +0000
committerChris Lattner <sabre@nondot.org>2003-10-18 21:08:57 +0000
commit667ad30e5a27b75b8369beb222c86bf797265faa (patch)
tree85c49864df3d8abfcbfb42c92f0c88ccbf37e400 /llvm/tools/bugpoint/CodeGeneratorBug.cpp
parent759b9931fefbea5d6070ce7cb67744031c041d09 (diff)
downloadbcm5719-llvm-667ad30e5a27b75b8369beb222c86bf797265faa.tar.gz
bcm5719-llvm-667ad30e5a27b75b8369beb222c86bf797265faa.zip
Print -fno-strict-aliasing as well
llvm-svn: 9243
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 8bb3b49e352..d44cf57c1ee 100644
--- a/llvm/tools/bugpoint/CodeGeneratorBug.cpp
+++ b/llvm/tools/bugpoint/CodeGeneratorBug.cpp
@@ -259,7 +259,7 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector<Function*> &Funcs,
#else
<< " -shared" // `-shared' for Linux/X86, maybe others
#endif
- << "\n";
+ << " -fno-strict-aliasing\n";
} else {
removeFile(TestModuleBC);
removeFile(SafeModuleBC);
OpenPOWER on IntegriCloud