Fix a bug where we were counting the alias sets as completely used
[oota-llvm.git] / test / LLVMC / C / emit-llvm.c
index 38bbba6f0afc7ba720a1345e86b0be45e9201c32..56a1e30b2e4268140af44003760e07193c2e4188 100644 (file)
@@ -1,4 +1,8 @@
+// Check that -emit-llvm [-S] works correctly.
+
 // RUN: llvmc -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
+// RUN: llvmc -c -emit-llvm -S -o - %s | grep "@f0()" | count 1
+// XFAIL: vg_leak
 
 int f0(void) {
 }