relax this test to just check that the lock prefix is encoded properly,
[oota-llvm.git] / test / FrontendC++ / 2006-09-27-Debug-Protection.cpp
index cb09bd0a974b58c2d4aeabbc76866601d5ec2ccb..2a70a0f5b45783381a30f31dc5442cc021ddc6cd 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 1,}
-// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 2,}
+// RUN: %llvmgxx -O0 -S -g -o - %s | grep {i32 1,}
+// RUN: %llvmgxx -O0 -S -g -o - %s | grep {i32 2,}
 class A {
 public:
   int x;