We should check that existing cast operation has the appropriate opcode before we...
[oota-llvm.git] / test / CFrontend / 2002-09-08-PointerShifts.c
index e58d858c37e09a95c256ed4c02d761664216049e..cc7e91a7f9a8c8bc6c8a725f21f53d57b35ba92a 100644 (file)
@@ -2,5 +2,5 @@
 
 
 int foo(int *A, unsigned X) {
-       return A[X];
+  return A[X];
 }