Follow up on r127913. Fix Thumb revsh isel. rdar://9286766
[oota-llvm.git] / test / FrontendC++ / 2009-05-04-PureConstNounwind.cpp
index a4b4653e122ebfb63137a038f2e463cd057eaf03..e275c340a9504e75496340c7ac143213c95b2079 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -S -emit-llvm %s -o - | grep nounwind | count 4
+// RUN: %llvmgxx -S %s -o - | grep nounwind | count 4
 int c(void) __attribute__((const));
 int p(void) __attribute__((pure));
 int t(void);