| commit | 6c4d255bf3d64fd2ecb48334e780c87f060f1280 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Oct 28 23:59:40 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Oct 28 23:59:40 2009 +0000 |
| tree | d89f05cd759ed3e4900f018b4a0e546745eb1f43 | |
| parent | 48d9995d2ba86daf86396dbe847235fcf492bbbe [diff] |
Implement clang support for indirect branch and address of label using the new LLVM support for this. This is temporarily hiding behind horrible and ugly #ifdefs until the time when the optimizer is stable (hopefully a week or so). Until then, lets make it "opt in" :) llvm-svn: 85446