summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/test-pic-5.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/test-pic-5.ll')
-rw-r--r--test/CodeGen/X86/test-pic-5.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/test-pic-5.ll b/test/CodeGen/X86/test-pic-5.ll
index 4517e0955a..202ac9a0c2 100644
--- a/test/CodeGen/X86/test-pic-5.ll
+++ b/test/CodeGen/X86/test-pic-5.ll
@@ -3,9 +3,9 @@
; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -relocation-model=pic | grep piclabel | wc -l | grep 3 &&
; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -relocation-model=pic | grep PLT | wc -l | grep 1
-%ptr = external global i32*
+@ptr = external global i32*
-define void %foo() {
+define void @foo() {
entry:
%ptr = malloc i32, i32 10
ret void