[llvm-commits] CVS: llvm/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll

Evan Cheng evan.cheng at apple.com
Mon May 21 16:30:51 PDT 2007



Changes in directory llvm/test/CodeGen/X86:

2007-03-18-LiveIntervalAssert.ll added (r1.1)
---
Log message:

Add test for PR1259: http://llvm.org/PR1259 .

---
Diffs of the changes:  (+7 -0)

 2007-03-18-LiveIntervalAssert.ll |    7 +++++++
 1 files changed, 7 insertions(+)


Index: llvm/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
diff -c /dev/null llvm/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll:1.1
*** /dev/null	Mon May 21 18:30:43 2007
--- llvm/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll	Mon May 21 18:30:33 2007
***************
*** 0 ****
--- 1,7 ----
+ ; RUN: llvm-as < %s | llc -march=x86
+ ; PR1259
+ 
+ define void @test() {
+         %tmp2 = call i32 asm "...", "=r,~{dirflag},~{fpsr},~{flags},~{dx},~{cx},~{ax}"( )
+         unreachable
+ }






More information about the llvm-commits mailing list