Make the ptrtoint comparison simplification work if one side is a global.
[oota-llvm.git] / test / FrontendC++ / 2003-09-29-ArgumentNumberMismatch.cpp
index 4873123d124176eba3373123cfa9bfc32bf3582d..72997c524b85e3585b7fa4425bdd3beb8351e957 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
+// RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
 
 // Non-POD classes cannot be passed into a function by component, because their
 // dtors must be run.  Instead, pass them in by reference.  The C++ front-end