diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-11-17 21:52:40 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-11-17 21:52:40 +0000 |
commit | 50ee5e7ddb4b56b703359bd0e50e786013f494d6 (patch) | |
tree | 688bb7e3fb327713bff508aaab42356540317934 | |
parent | aa1e2efbc3da5926837cb86748b4f8bd18d68d26 (diff) | |
download | bcm5719-llvm-50ee5e7ddb4b56b703359bd0e50e786013f494d6.tar.gz bcm5719-llvm-50ee5e7ddb4b56b703359bd0e50e786013f494d6.zip |
Remove fragile test.
llvm-svn: 89150
-rw-r--r-- | llvm/test/CodeGen/X86/stack-color-with-reg.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/stack-color-with-reg.ll b/llvm/test/CodeGen/X86/stack-color-with-reg.ll index 61cff05a023..d7623920ff2 100644 --- a/llvm/test/CodeGen/X86/stack-color-with-reg.ll +++ b/llvm/test/CodeGen/X86/stack-color-with-reg.ll @@ -1,6 +1,5 @@ ; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -relocation-model=pic -disable-fp-elim -color-ss-with-regs -stats -info-output-file - > %t ; RUN: grep stackcoloring %t | grep "stack slot refs replaced with reg refs" | grep 6 -; RUN: grep asm-printer %t | grep 175 type { [62 x %struct.Bitvec*] } ; type %0 type { i8* } ; type %1 |