For fastcc on x86, let ECX be used as a return register after EAX and EDX
[oota-llvm.git] / test / LLVMC / ForwardTransformedValue.td
index 478d1267282e1c5fed90b26fc66089f67dd9cee6..0cda1bf1a5bef50faf8be74c034dbf20bfe48c07 100644 (file)
@@ -1,8 +1,9 @@
 // Check that forward_transformed_value works.
 // The dummy tool and graph are required to silence warnings.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
-// RUN: grep HookA %t
-// RUN: grep HookB %t
+// RUN: grep HookA %t | count 2
+// RUN: grep HookB %t | count 2
+// RUN: %compile_cxx -fexceptions -x c++ %t
 
 include "llvm/CompilerDriver/Common.td"