summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-09-04 06:18:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-09-04 06:18:33 +0000
commit8d8f47d50bb3e8681f9059c8b8e38b681fef6158 (patch)
tree81d0393afb7000cdd1a85d7bb2030453c0308093 /llvm/test/CodeGen/X86/fast-isel.ll
parent93d40ae1e1ff6df90066e8ad6bb76fd6a4e09f9f (diff)
downloadbcm5719-llvm-8d8f47d50bb3e8681f9059c8b8e38b681fef6158.tar.gz
bcm5719-llvm-8d8f47d50bb3e8681f9059c8b8e38b681fef6158.zip
Load from GV stub should be locally CSE'd.
llvm-svn: 55763
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel.ll')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel.ll b/llvm/test/CodeGen/X86/fast-isel.ll
index 10b2e1ee42a..9910629211e 100644
--- a/llvm/test/CodeGen/X86/fast-isel.ll
+++ b/llvm/test/CodeGen/X86/fast-isel.ll
@@ -47,11 +47,3 @@ entry:
%tmp2 = bitcast i32 0 to i32
ret i32 %tmp2
}
-
-@src = external global i32
-
-define i32 @loadgv() nounwind {
-entry:
- %0 = load i32* @src, align 4
- ret i32 %0
-}
OpenPOWER on IntegriCloud