summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel-x86.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-x86.ll b/llvm/test/CodeGen/X86/fast-isel-x86.ll
index f7dbe6e2c22..56aeb3a3436 100644
--- a/llvm/test/CodeGen/X86/fast-isel-x86.ll
+++ b/llvm/test/CodeGen/X86/fast-isel-x86.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 -relocation-model=pic
+; RUN: llc -march=x86 -relocation-model=pic < %s
; This should use flds to set the return value.
; CHECK: test0:
@@ -28,6 +28,6 @@ define void @test1({i32, i32, i32, i32}* sret %p) nounwind {
; CHECK: ret
@HHH = external global i32
define i32 @test2() nounwind {
- %t = load i32* @H
+ %t = load i32* @HHH
ret i32 %t
}
OpenPOWER on IntegriCloud