When accessing the base register for global variables, use the register
[oota-llvm.git] / test / CFrontend / 2003-11-20-Bitfields.c
index 7fb3df507cd21c6a725645eb20aa54e52252de3b..c9ea0dc7f1ecc01a46cf89240899fbd3a77f52b4 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
 struct face_cachel {
   unsigned int reverse :1;
   unsigned char font_specified[1];