[llvm-commits] [llvm] r80901 - in /llvm/trunk/test/CodeGen/X86: pic-1.ll pic.ll

Chris Lattner sabre at nondot.org
Wed Sep 2 23:16:49 PDT 2009


Author: lattner
Date: Thu Sep  3 01:16:49 2009
New Revision: 80901

URL: http://llvm.org/viewvc/llvm-project?rev=80901&view=rev
Log:
rename test


Added:
    llvm/trunk/test/CodeGen/X86/pic.ll
      - copied unchanged from r80872, llvm/trunk/test/CodeGen/X86/pic-1.ll
Removed:
    llvm/trunk/test/CodeGen/X86/pic-1.ll

Removed: llvm/trunk/test/CodeGen/X86/pic-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pic-1.ll?rev=80900&view=auto

==============================================================================
--- llvm/trunk/test/CodeGen/X86/pic-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pic-1.ll (removed)
@@ -1,19 +0,0 @@
-; RUN: llvm-as < %s | \
-; RUN:   llc -mtriple=i686-pc-linux-gnu -relocation-model=pic -o %t
-; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
-; RUN: grep piclabel %t | count 3
-; RUN: grep GOT %t | count 3
-; RUN: not grep GOTOFF %t
-
- at ptr = external global i32* 
- at dst = external global i32 
- at src = external global i32 
-
-define void @foo() nounwind {
-entry:
-    store i32* @dst, i32** @ptr
-    %tmp.s = load i32* @src
-    store i32 %tmp.s, i32* @dst
-    ret void
-}
-





More information about the llvm-commits mailing list