aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fast-isel.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-04-26 17:18:34 +0000
committerDan Gohman <gohman@apple.com>2011-04-26 17:18:34 +0000
commita61e73bda5125c28e48b52e573d115370838596b (patch)
tree23e875efc3812f495276f390e35a0d00315295be /test/CodeGen/X86/fast-isel.ll
parentab92d1e1c2df7d459237c155e99feda03cfde59a (diff)
downloadexternal_llvm-a61e73bda5125c28e48b52e573d115370838596b.zip
external_llvm-a61e73bda5125c28e48b52e573d115370838596b.tar.gz
external_llvm-a61e73bda5125c28e48b52e573d115370838596b.tar.bz2
Fast-isel support for simple inline asms.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130205 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fast-isel.ll')
-rw-r--r--test/CodeGen/X86/fast-isel.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/fast-isel.ll b/test/CodeGen/X86/fast-isel.ll
index a978aa7..5a1d213 100644
--- a/test/CodeGen/X86/fast-isel.ll
+++ b/test/CodeGen/X86/fast-isel.ll
@@ -20,6 +20,7 @@ fast:
%t6 = add i32 %t5, 2
%t7 = getelementptr i32* %y, i32 1
%t8 = getelementptr i32* %t7, i32 %t6
+ call void asm sideeffect "hello world", ""()
br label %exit
exit: