Added test case for pbqp construction: There seems to be missing skip patterns, so...
[libfirm] / ir / be / test / fehler134.c
index d4637cd..c97443c 100644 (file)
@@ -1,6 +1,6 @@
 int main(void)
 {
        int x = 1;
-       asm("mov $0, %0" : "=m" (x));
+       asm("movl $0, %0" : "=m" (x));
        return x;
 }