A basic block that only uses RFP registers still needs the FP_REG_KILL marker.
[oota-llvm.git] / test / FrontendC++ / 2003-09-30-NestedFunctionDecl.cpp
index b1c54b89d5994d63caf5b08fa6841d8281ca8837..94c11998963babd33e348524bc40866f980b8cab 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
 
 // The C++ front-end thinks the two foo's are different, the LLVM emitter
 // thinks they are the same.  The disconnect causes problems.