Don't mark scalar integer multiplication as Expand on x86, since x86
[oota-llvm.git] / test / C++Frontend / 2005-07-21-VirtualBaseAccess.cpp
index eac7784274818e988d468a8317be08be92ce5652..7711cff6d36093f27426fb74251b893adca9575f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -xc++ %s -c -o - | opt -die | llvm-dis | grep -v llvm.noinline | not grep cast
+// RUN: %llvmgxx -xc++ %s -c -o - | opt -die | llvm-dis | not grep cast
 
 void foo(int*);