Don't mark scalar integer multiplication as Expand on x86, since x86
[oota-llvm.git] / test / C++Frontend / 2004-06-08-LateTemplateInstantiation.cpp
index 5d04d23ef2f10676b604a7db293ab33def71476f..16d8e5edf51e2a47c89327bc912efcde3cbd87b3 100644 (file)
@@ -1,7 +1,9 @@
+// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
+
 
 
 template<typename Ty>
-struct normal_iterator {  
+struct normal_iterator {
   int FIELD;
 };