diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-14 18:51:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-14 18:51:18 +0000 |
commit | 7147946afe27427968b27c06975e7c63a5726c77 (patch) | |
tree | 06fc2e2597f7f63986e630a1acf2e9906e29a24c /test/CodeGen/Generic/2007-12-17-InvokeAsm.ll | |
parent | da0688e08a1b9e95ef3fda1158409f40e07be910 (diff) |
don't have i386-specific tests in CodeGen/Generic, PR6601.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98508 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/2007-12-17-InvokeAsm.ll')
-rw-r--r-- | test/CodeGen/Generic/2007-12-17-InvokeAsm.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll b/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll index bd26481bd3..4cc1e7c181 100644 --- a/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll +++ b/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll @@ -1,7 +1,5 @@ ; RUN: llc < %s -enable-eh -target triple = "i686-pc-linux-gnu" - define fastcc void @bc__support__high_resolution_time__initialize_clock_rate() { entry: invoke void asm "rdtsc\0A\09movl %eax, $0\0A\09movl %edx, $1", "=*imr,=*imr,~{dirflag},~{fpsr},~{flags},~{dx},~{ax}"( i32* null, i32* null ) |