diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-18 21:08:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-18 21:08:57 +0000 |
commit | 667ad30e5a27b75b8369beb222c86bf797265faa (patch) | |
tree | 85c49864df3d8abfcbfb42c92f0c88ccbf37e400 /llvm/tools/bugpoint/CodeGeneratorBug.cpp | |
parent | 759b9931fefbea5d6070ce7cb67744031c041d09 (diff) | |
download | bcm5719-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.cpp | 2 |
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); |