Revert r64460. strtol and friends cannot be marked readonly, even with
[oota-llvm.git] / test / FrontendC++ / ptr-to-method-devirt.cpp
index 358b801af55695beb66339e71f7340de3a932553..a5ca5c76559ad78e392944c9b3e6e01abbd8a59f 100644 (file)
@@ -1,6 +1,6 @@
 // PR1602
-// RUN: %llvmgxx -c -emit-llvm %s -o - -O3 | llvm-dis | not grep ptrtoint
-// RUN: %llvmgxx -c -emit-llvm %s -o - -O3 | llvm-dis | grep getelementptr | count 1
+// RUN: %llvmgxx -S %s -o - -O3 | not grep ptrtoint
+// RUN: %llvmgxx -S %s -o - -O3 | grep getelementptr | count 1
 
 
 struct S { virtual void f(); };