summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fast-isel.ll')
-rw-r--r--test/CodeGen/X86/fast-isel.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/X86/fast-isel.ll b/test/CodeGen/X86/fast-isel.ll
index 10b2e1ee42..9910629211 100644
--- a/test/CodeGen/X86/fast-isel.ll
+++ b/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
-}