Don't mark scalar integer multiplication as Expand on x86, since x86
[oota-llvm.git] / test / C++Frontend / 2004-09-27-CompilerCrash.cpp
index 726bd86a40d37a3cbee3c4d52490adde6c72bb2b..f507c2391508b65a3afeb096b1cc9ab64709119c 100644 (file)
@@ -1,18 +1,12 @@
 // RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
 
-
-
 struct Pass {} ;
 template<typename PassName>
 Pass *callDefaultCtor() { return new PassName(); }
 
 void foo(Pass *(*C)());
 
-#include <bits/c++config.h>
-#include <bits/stringfwd.h>
-#include <bits/char_traits.h>
-#include <memory>       // For allocator.
-#include <bits/basic_string.h>
+#include <string>
 
 bool foo(std::string &X) {
   return X.empty();