aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll')
-rw-r--r--test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll b/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
deleted file mode 100644
index 5a4b389acb3d..000000000000
--- a/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc -fast-isel -march=x86 < %s | FileCheck %s
-; CHECK: %fs:
-
-define i32 @test1(i32 addrspace(257)* %arg) nounwind {
- %tmp = load i32, i32 addrspace(257)* %arg
- ret i32 %tmp
-}