Chris Lattner 65976f4178 Allow machine operands to represent global variables with offsets. This is
useful when you have a reference like:

int A[100];

void foo() { A[10] = 1; }

In this case, &A[10] is a single constant and should be treated as such.

Only MO_GlobalAddress and MO_ExternalSymbol are allowed to use this field, no
other operand type is.

This is another fine patch contributed by Jeff Cohen!!

llvm-svn: 17007
2004-10-15 04:38:41 +00:00
..
2004-10-04 17:48:37 +00:00
2004-10-04 18:10:18 +00:00
2004-10-12 21:48:02 +00:00
2004-09-28 18:37:00 +00:00
2004-10-07 04:12:02 +00:00
2004-08-04 04:45:42 +00:00
2004-10-11 22:21:13 +00:00
2004-10-07 19:21:43 +00:00
2004-10-11 22:21:13 +00:00
2004-10-11 22:21:13 +00:00
2004-10-11 22:21:13 +00:00
2004-06-15 21:52:58 +00:00
2004-02-01 00:32:48 +00:00
2004-06-04 20:39:05 +00:00
2004-07-17 23:30:45 +00:00
2004-09-01 22:55:40 +00:00
2004-07-17 23:32:11 +00:00