PTX: add flag to disable mad/fma selection
[oota-llvm.git] / test / FrontendC++ / 2010-05-11-alwaysinlineinstantiation.cpp
index 203b542b784b87e3abb5bcf044b881345f5cf343..9203dbd0bd9fdda97605843a64e5a3e8f5f23beb 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | not grep ZN12basic_stringIcEC1Ev
-// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep ZN12basic_stringIcED1Ev | count 2
+// RUN: %llvmgxx -xc++ %s -S -o - | not grep ZN12basic_stringIcEC1Ev
+// RUN: %llvmgxx -xc++ %s -S -o - | grep ZN12basic_stringIcED1Ev | count 2
 
 template<class charT> 
 class basic_string