commit | a61e73bda5125c28e48b52e573d115370838596b | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Apr 26 17:18:34 2011 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Apr 26 17:18:34 2011 +0000 |
tree | 23e875efc3812f495276f390e35a0d00315295be | |
parent | ab92d1e1c2df7d459237c155e99feda03cfde59a [diff] [blame] |
Fast-isel support for simple inline asms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130205 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ %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: