diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/test-pic-4.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/test-pic-4.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/test-pic-4.ll b/llvm/test/CodeGen/X86/test-pic-4.ll index 3ed1f71553d..7637d35fe49 100644 --- a/llvm/test/CodeGen/X86/test-pic-4.ll +++ b/llvm/test/CodeGen/X86/test-pic-4.ll @@ -3,8 +3,8 @@ ; RUN: grep _GLOBAL_OFFSET_TABLE_ %t ; RUN: grep piclabel %t | wc -l | grep 3 ; RUN: grep PLT %t | wc -l | grep 1 -; RUN: grep "GOT" %t | wc -l | grep 1 -; RUN: not grep "GOTOFF" %t +; RUN: grep GOT %t | wc -l | grep 1 +; RUN: not grep GOTOFF %t @pfoo = external global void(...)* |