aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-05-21 23:30:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-05-21 23:30:33 +0000
commit287b47f04b3166337c9a4cca7b651e59d99c6f42 (patch)
treef705fad6946c160375d354f2a5e702352f4446b1 /test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
parent94679e66bbad22dc1a6e3e1b3f8fa9bab0db0f67 (diff)
downloadexternal_llvm-287b47f04b3166337c9a4cca7b651e59d99c6f42.zip
external_llvm-287b47f04b3166337c9a4cca7b651e59d99c6f42.tar.gz
external_llvm-287b47f04b3166337c9a4cca7b651e59d99c6f42.tar.bz2
Add test for PR1259.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37273 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll')
-rw-r--r--test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll b/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
new file mode 100644
index 0000000..6965849
--- /dev/null
+++ b/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
@@ -0,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
+}