When accessing the base register for global variables, use the register
[oota-llvm.git] / test / CFrontend / 2004-03-07-ComplexDivEquals.c
index f48269289726b96611a8b31c5840f3c8bb01cc18..b1da58054123a65bce6c1fb10f2d91ccbd95150a 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
 
 void test(__complex__ double D, double X) {
   D /= X;