Dan Gohman | 0a06310 | 2009-09-08 23:54:48 +0000 | [diff] [blame^] | 1 | ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep lea |
| 2 | ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | grep call |
Evan Cheng | 7f250d6 | 2008-09-24 00:05:32 +0000 | [diff] [blame] | 3 | |
| 4 | @main_q = internal global i8* null ; <i8**> [#uses=1] |
| 5 | |
| 6 | define void @func2() nounwind { |
| 7 | entry: |
| 8 | tail call void asm "mov $1,%gs:$0", "=*m,ri,~{dirflag},~{fpsr},~{flags}"(i8** inttoptr (i32 152 to i8**), i8* bitcast (i8** @main_q to i8*)) nounwind |
| 9 | ret void |
| 10 | } |