diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-01-23 02:54:20 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-01-23 02:54:20 +0000 |
commit | fdac0cad1fc59ea42e46fd1aa702e200adbaeef1 (patch) | |
tree | 68a9ac78ecd47947894a213ab9e82f30e5acc29c | |
parent | b920682e4a1936e769773f2136bccb0b10c93393 (diff) | |
download | bcm5719-llvm-fdac0cad1fc59ea42e46fd1aa702e200adbaeef1.tar.gz bcm5719-llvm-fdac0cad1fc59ea42e46fd1aa702e200adbaeef1.zip |
test/CodeGen: Fix a typo
llvm-svn: 199862
-rw-r--r-- | clang/test/CodeGen/instr-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/instr-profile.c b/clang/test/CodeGen/instr-profile.c index 9f5cffd44b8..a5da9daba10 100644 --- a/clang/test/CodeGen/instr-profile.c +++ b/clang/test/CodeGen/instr-profile.c @@ -73,7 +73,7 @@ void conditionals() { if (0 || i) {} } - // PGOGEN-NOT: store {{.*}} @[EEC]], + // PGOGEN-NOT: store {{.*}} @[IFC]], // PGOUSE-NOT: br {{.*}} !prof ![0-9]+ } |